Add unknown ranges and open object values
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
] @punctuation.delimiter
|
||||
|
||||
((identifier) @type.builtin
|
||||
(#match? @type.builtin "^(String|Int|Float|Bool)$"))
|
||||
(#match? @type.builtin "^(String|Int|Float|Bool|Unknown)$"))
|
||||
|
||||
(field_definition
|
||||
path: (field_path (identifier) @property))
|
||||
|
||||
Reference in New Issue
Block a user