Merge git://github.com/wheatdog/kakoune
This commit is contained in:
commit
0e054c4c67
|
@ -20,7 +20,7 @@ add-highlighter -group /latex/content regex '\\(?!_)\w+\b' 0:keyword
|
|||
# Options passed to scopes, between brackets
|
||||
add-highlighter -group /latex/content regex '\\(?!_)\w+\b\[([^]]+)\]' 1:value
|
||||
# Content between dollar signs/pairs
|
||||
add-highlighter -group /latex/content regex '(?<!\\)\$\$?([^$]|(?<=\\)\$)+\$\$?' 0:magenta
|
||||
add-highlighter -group /latex/content regex '(\$(\\\$|[^$])+\$)|(\$\$(\\\$|[^$])+\$\$)' 0:magenta
|
||||
# Emphasized text
|
||||
add-highlighter -group /latex/content regex '\\(emph|textit)\{([^}]+)\}' 2:default+i
|
||||
# Bold text
|
||||
|
|
Loading…
Reference in New Issue
Block a user