feat(fusion): update tests

This commit is contained in:
Jirgn 2021-12-05 23:26:59 +01:00 committed by Stephan Seitz
parent 5684389a27
commit f51aa0b75e
2 changed files with 11 additions and 8 deletions

View file

@ -23,8 +23,9 @@
)
(include_statement
"include" @include
":" @punctuation.delimiter
[
"include"
] @include
(source_file) @text.uri
)
@ -32,14 +33,14 @@
"namespace" @keyword
(alias_namespace) @namespace)
(identifier_type
(type
name: (type_name) @type)
; tokens
; ------
[
(identifier_package)
(package_name)
(alias_namespace)
] @namespace
@ -83,3 +84,5 @@
"."
"?"
] @punctuation.delimiter