Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 55a731a

Browse files
committed
update clickhouse types list
1 parent 1e1addc commit 55a731a

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

sql-clickhouse.el

+15-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,21 @@
5050
(sql-font-lock-keywords-builder
5151
'font-lock-type-face nil
5252
;; column types
53-
"Array" "Date" "DateTime" "Enum8" "Enum16" "FixedString" "Float32"
54-
"Float64" "Int8" "Int16" "Int32" "Int64" "UInt8" "UInt16" "UInt32"
55-
"UInt64" "String" "Tuple"
53+
"Float32"
54+
"Float64"
55+
"Int8" "Int16" "Int32" "Int64" "Int128" "Int256"
56+
"UInt8" "UInt16" "UInt32" "UInt64" "UInt128" "UInt256"
57+
"Decimal" "Decimal32" "Decimal64" "Decimal128" "Decimal256"
58+
"Date" "DateTime" "DateTime64"
59+
"Enum8" "Enum16"
60+
"Array"
61+
"Tuple"
62+
"FixedString"
63+
"String"
64+
"Nullable"
65+
"Map"
66+
"JSON"
67+
"Nested"
5668

5769
;; engine types
5870
"AggregatingMergeTree" "Buffer" "CollapsingMergeTree" "Distributed"

0 commit comments

Comments
 (0)