mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-29 10:02:57 +03:00
Merge remote-tracking branch 'arachsys/groovy-quoting'
This commit is contained in:
commit
12246674f1
@ -52,7 +52,7 @@ evaluate-commands %sh{
|
||||
add-highlighter shared/groovy/code/builtin regex \b(${builtins})\b 0:builtin
|
||||
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