mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
Merge remote-tracking branch 'CharlesGueunet/FixCMakeComment'
This commit is contained in:
commit
5e7afdcd04
@ -25,6 +25,7 @@ add-highlighter shared/cmake/argument region -recurse '\(' '\w+\h*\(\K' '(?=\))'
|
||||
add-highlighter shared/cmake/code/ regex '\w+\h*(?=\()' 0:meta
|
||||
|
||||
add-highlighter shared/cmake/argument/args default-region regex '\$\{\w+\}' 0:variable
|
||||
add-highlighter shared/cmake/argument/comment region '#' '$' fill comment
|
||||
add-highlighter shared/cmake/argument/quoted region '"' '(?<!\\)(\\\\)*"' group
|
||||
add-highlighter shared/cmake/argument/raw-quoted region -match-capture '\[(=*)\[' '\](=*)\]' ref cmake/argument/quoted
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user