From d43b70d93987c94d15a352cf0026fb93d3317cc8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 26 Dec 2018 10:41:57 +0100 Subject: Update --- syntax/cql.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'syntax/cql.vim') diff --git a/syntax/cql.vim b/syntax/cql.vim index 616f7af3..2607b025 100644 --- a/syntax/cql.vim +++ b/syntax/cql.vim @@ -25,6 +25,7 @@ syn keyword cqlKeyword limit key keyspace syn keyword cqlKeyword on or primary reversed syn keyword cqlKeyword select set truncate syn keyword cqlKeyword where with update use using values +syn keyword cqlKeyword asc desc " CQL 3 additions syn keyword cqlKeyword table order by type if exists not frozen @@ -81,8 +82,8 @@ syn keyword cqlSpecial false null true syn keyword cqlType SizeTieredCompactionStrategy LeveledCompactionStrategy " Variable Types -syn keyword cqlType bytea ascii text varchar uuid varint int bigint -syn keyword cqlType bytestype utf8type timeuuidtype timeuuid timestamp +syn keyword cqlType bytea ascii text varchar uuid inet varint int bigint tinyint smallint +syn keyword cqlType bytestype utf8type timeuuidtype timeuuid timestamp date time duration syn keyword cqlType blob boolean counter decimal double float syn keyword cqlType serializingcacheprovider syn keyword cqlType set list map tuple -- cgit v1.2.3