Add 'Object' built-in type
This commit is contained in:
parent
425890a6fc
commit
9c51cbc93f
3 changed files with 9 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
(#is-not? local))
|
||||
|
||||
((type_identifier) @type.builtin
|
||||
(#match? @type.builtin "^(int|string)$")
|
||||
(#match? @type.builtin "^(int|string|Object)$")
|
||||
(#is-not? local))
|
||||
; }}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue