Add 'Object' built-in type

This commit is contained in:
Bruno BELANYI 2022-06-04 21:31:43 +02:00
parent 425890a6fc
commit 9c51cbc93f
3 changed files with 9 additions and 2 deletions

View file

@ -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))
; }}}