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 \
|
add-highlighter shared/ regions -default code lua \
|
||||||
string '"' (?<!\\)(\\\\)*" '' \
|
string '"' (?<!\\)(\\\\)*" '' \
|
||||||
string "'" (?<!\\)(\\\\)*' '' \
|
string "'" (?<!\\)(\\\\)*' '' \
|
||||||
comment '--' '$' '' \
|
|
||||||
comment '--\[\[' '\]\]' '' \
|
comment '--\[\[' '\]\]' '' \
|
||||||
|
comment '--' '$' '' \
|
||||||
|
|
||||||
add-highlighter shared/lua/string fill string
|
add-highlighter shared/lua/string fill string
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user