Skip to content

Commit 5502627

Browse files
authored
Merge pull request #943 from rneatherway/patch-1
Add transient as an annotation
2 parents 26a0f4b + 5181bcd commit 5502627

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 deprecated override query pragma language bindingset noinline nomagic monotonicAggregates
2+
syn keyword qlAnnotation abstract cached external final library noopt private deprecated override query pragma language bindingset noinline nomagic monotonicAggregates transient
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)