Merge remote-tracking branch 'MilanVasko/lua-comment-fix'

This commit is contained in:
Maxime Coste 2018-02-11 19:10:24 +11:00
commit 01259bf22c

View File

@ -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