Merge remote-tracking branch 'jacobdufault/lua-better-strings'
This commit is contained in:
commit
f5e39972eb
|
@ -11,10 +11,11 @@ hook global BufCreate .*[.](lua) %{
|
|||
# Highlighters
|
||||
# ‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
add-highlighter shared/ regions -default code lua \
|
||||
add-highlighter shared/ regions -default code -match-capture lua \
|
||||
string '"' (?<!\\)(\\\\)*" '' \
|
||||
string "'" (?<!\\)(\\\\)*' '' \
|
||||
comment '--\[\[' '\]\]' '' \
|
||||
string '\[(=*)\[' '\](=*)\]' '' \
|
||||
comment '--\[(=*)\[' '\](=*)\]' '' \
|
||||
comment '--' '$' '' \
|
||||
|
||||
add-highlighter shared/lua/string fill string
|
||||
|
|
Loading…
Reference in New Issue
Block a user