mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(tera): use @module instead of @namespace
This commit is contained in:
parent
600f6abecf
commit
3cb15a2ba2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue