Fix quoting in rc/filetype/groovy.kak
Escape " with \ inside a double-quoted string to avoid a load error.
This commit is contained in:
parent
83fb65aef5
commit
d9614c77e1
|
@ -52,7 +52,7 @@ evaluate-commands %sh{
|
||||||
add-highlighter shared/groovy/code/builtin regex \b(${builtins})\b 0:builtin
|
add-highlighter shared/groovy/code/builtin regex \b(${builtins})\b 0:builtin
|
||||||
add-highlighter shared/groovy/code/types regex \b(${types})\b 0:type
|
add-highlighter shared/groovy/code/types regex \b(${types})\b 0:type
|
||||||
|
|
||||||
declare-option str-list groovy_static_words "${keywords}|${types}|${builtins}"
|
declare-option str-list groovy_static_words \"${keywords}|${types}|${builtins}\"
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user