Vim syntax: add missing annotations and annotation arguments

This commit is contained in:
Nick Rolfe
2019-02-11 11:42:53 +00:00
parent 01fac31641
commit 7db2f643cc

View File

@@ -1,5 +1,5 @@
syn keyword qlKeyword from where select predicate in as order by asc desc module result this super
syn keyword qlAnnotation abstract cached external final library noopt private
syn keyword qlAnnotation abstract cached external final library noopt private deprecated override query pragma language bindingset noinline nomagic monotonicAggregates
syn keyword qlLogic not and or implies exists forall forex any none
syn keyword qlConditional if then else
syn keyword qlType int float string boolean date