Skip to content

Commit

Permalink
Minor lua code fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielkonge committed Nov 16, 2023
1 parent c7a1cf9 commit a5455ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/rainbow-delimiters/lib.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function M.attach(bufnr)
strategy = strategy()
end
end

-- Intentionally abort; the user has explicitly disabled rainbow delimiters
-- for this buffer, usually by setting a strategy- or query function which
-- returned nil.
Expand Down

0 comments on commit a5455ca

Please sign in to comment.