fix(tera): use @module instead of @namespace

This commit is contained in:
uncenter 2025-03-05 14:09:01 -05:00
parent 600f6abecf
commit 3cb15a2ba2
No known key found for this signature in database

View file

@ -119,7 +119,7 @@
name: (identifier) @variable.parameter)))
(call_expression
scope: (identifier)? @namespace
scope: (identifier)? @module
name: (identifier) @function.call)
(call_expression
@ -155,4 +155,4 @@
; Namespaces
;-----------
(import_statement
scope: (identifier) @namespace)
scope: (identifier) @module)