Merge branch 'patch-4' of git://github.com/co-dh/kakoune
This commit is contained in:
commit
7e95ea92eb
|
@ -86,11 +86,11 @@ evaluate-commands %sh{
|
|||
|
||||
# Highlight keywords
|
||||
printf %s "
|
||||
add-highlighter shared/sql/code/ regex '\b(${functions})\(.*\)' 0:function
|
||||
add-highlighter shared/sql/code/ regex '\b(${data_types_fn})\(.*?\)' 0:type
|
||||
add-highlighter shared/sql/code/ regex '\b(${keywords})\b' 0:keyword
|
||||
add-highlighter shared/sql/code/ regex '\b(${operators})\b' 0:operator
|
||||
add-highlighter shared/sql/code/ regex '\b(${data_types})\b' 0:type
|
||||
add-highlighter shared/sql/code/ regex '(?i)\b(${functions})\(.*\)' 0:function
|
||||
add-highlighter shared/sql/code/ regex '(?i)\b(${data_types_fn})\(.*?\)' 0:type
|
||||
add-highlighter shared/sql/code/ regex '(?i)\b(${keywords})\b' 0:keyword
|
||||
add-highlighter shared/sql/code/ regex '(?i)\b(${operators})\b' 0:operator
|
||||
add-highlighter shared/sql/code/ regex '(?i)\b(${data_types})\b' 0:type
|
||||
"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user