Add transient as an annotation

This commit is contained in:
Robin Neatherway 2019-02-15 10:41:17 +00:00 коммит произвёл GitHub
Родитель 26a0f4b100
Коммит 5181bcd0ad
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 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
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