We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26a0f4b commit 5181bcdCopy full SHA for 5181bcd
misc/vim/syntax/ql.vim
@@ -1,5 +1,5 @@
1
syn keyword qlKeyword from where select predicate in as order by asc desc module result this super
2
-syn keyword qlAnnotation abstract cached external final library noopt private deprecated override query pragma language bindingset noinline nomagic monotonicAggregates
+syn keyword qlAnnotation abstract cached external final library noopt private deprecated override query pragma language bindingset noinline nomagic monotonicAggregates transient
3
syn keyword qlLogic not and or implies exists forall forex any none
4
syn keyword qlConditional if then else
5
syn keyword qlType int float string boolean date
0 commit comments