From 75d0b97af12652aacb804e914899c67b65990b05 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 6 Oct 2014 19:33:26 +0100 Subject: [PATCH] Fix ragel.kak highlighting --- rc/ragel.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/ragel.kak b/rc/ragel.kak index 496d3042..bb2748ef 100644 --- a/rc/ragel.kak +++ b/rc/ragel.kak @@ -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