mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-19 09:21:30 +03:00
Merge remote-tracking branch 'MilanVasko/lua-comment-fix'
This commit is contained in:
commit
01259bf22c
@ -14,8 +14,8 @@ hook global BufCreate .*[.](lua) %{
|
||||
add-highlighter shared/ regions -default code lua \
|
||||
string '"' (?<!\\)(\\\\)*" '' \
|
||||
string "'" (?<!\\)(\\\\)*' '' \
|
||||
comment '--' '$' '' \
|
||||
comment '--\[\[' '\]\]' '' \
|
||||
comment '--' '$' '' \
|
||||
|
||||
add-highlighter shared/lua/string fill string
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user