diff options
Diffstat (limited to 'syntax/cql.vim')
-rw-r--r-- | syntax/cql.vim | 5 |
1 files changed, 3 insertions, 2 deletions
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 |