Skip to content

Commit 7db2f64

Browse files
committed
Vim syntax: add missing annotations and annotation arguments
1 parent 01fac31 commit 7db2f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/vim/syntax/ql.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
2+
syn keyword qlAnnotation abstract cached external final library noopt private deprecated override query pragma language bindingset noinline nomagic monotonicAggregates
33
syn keyword qlLogic not and or implies exists forall forex any none
44
syn keyword qlConditional if then else
55
syn keyword qlType int float string boolean date

0 commit comments

Comments
 (0)