Fix ragel.kak highlighting
This commit is contained in:
parent
e0c98055ab
commit
75d0b97af1
|
@ -26,7 +26,7 @@ addhl -group /ragel/string fill string
|
|||
addhl -group /ragel/comment fill comment
|
||||
|
||||
addhl -group /ragel/code regex \<(true|false)\> 0:value
|
||||
addhl -group /ragel/code regex %%\{|\}%%|<\w+> 0:identifier
|
||||
addhl -group /ragel/code regex '%%\{|\}%%|<\w+>' 0:identifier
|
||||
addhl -group /ragel/code regex :=|=>|->|:>|:>>|<: 0:operator
|
||||
addhl -group /ragel/code regex \<(action|alnum|alpha|any|ascii|case|cntrl|contained|context|data|digit|empty|eof|err|error|exec|export|exports|extend|fblen|fbreak|fbuf|fc|fcall|fcurs|fentry|fexec|fgoto|fhold|first_final|fnext|fpc|fret|from|fstack|ftargs|graph|import|include|init|inwhen|lerr|lower|machine|nocs|noend|noerror|nofinal|noprefix|outwhen|postpop|prepush|print|punct|range|space|start|to|upper|when|write|xdigit|zlen)\> 0:keyword
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user