mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-14 13:32:37 +03:00
Merge branch 'patch-1' of http://github.com/andreyorst/kakoune
This commit is contained in:
commit
da687f8b7d
@ -164,7 +164,7 @@ evaluate-commands %sh{
|
||||
}
|
||||
|
||||
# c specific
|
||||
add-highlighter shared/c/code/numbers regex %{\b-?(0x[0-9a-fA-F]+|\d+)([uU][lL]{0,2}|[lL]{1,2}[uU]?|[fFdDiI])?|'((\\.)?|[^'\\])'} 0:value
|
||||
add-highlighter shared/c/code/numbers regex %{\b-?(0x[0-9a-fA-F]+|\d+)([uU][lL]{0,2}|[lL]{1,2}[uU]?|[fFdDiI]|([eE][-+]?\d+))?|'((\\.)?|[^'\\])'} 0:value
|
||||
evaluate-commands %sh{
|
||||
# Grammar
|
||||
keywords='asm break case continue default do else for goto if return
|
||||
|
Loading…
Reference in New Issue
Block a user