mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-15 18:15:53 +03:00
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
|
# Options passed to scopes, between brackets
|
||||||
add-highlighter -group /latex/content regex '\\(?!_)\w+\b\[([^]]+)\]' 1:value
|
add-highlighter -group /latex/content regex '\\(?!_)\w+\b\[([^]]+)\]' 1:value
|
||||||
# Content between dollar signs/pairs
|
# Content between dollar signs/pairs
|
||||||
add-highlighter -group /latex/content regex '(?<!\\)\$\$?([^$]|(?<=\\)\$)+\$\$?' 0:magenta
|
add-highlighter -group /latex/content regex '(\$(\\\$|[^$])+\$)|(\$\$(\\\$|[^$])+\$\$)' 0:magenta
|
||||||
# Emphasized text
|
# Emphasized text
|
||||||
add-highlighter -group /latex/content regex '\\(emph|textit)\{([^}]+)\}' 2:default+i
|
add-highlighter -group /latex/content regex '\\(emph|textit)\{([^}]+)\}' 2:default+i
|
||||||
# Bold text
|
# Bold text
|
||||||
|
Loading…
Reference in New Issue
Block a user