chore: relicense under Apache-2.0

This commit is contained in:
2026-04-23 00:40:05 +02:00
parent c5f8b596d5
commit d1ece35d37
105 changed files with 207 additions and 510 deletions
-3
View File
@@ -1,6 +1,3 @@
; SPDX-License-Identifier: Apache-2.0
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
[
(for_statement)
(if_statement)
-3
View File
@@ -1,6 +1,3 @@
; SPDX-License-Identifier: Apache-2.0
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
; Lower priority to prefer @variable.parameter when identifier appears in parameter_declaration.
((identifier) @variable
(#set! priority 95))
-3
View File
@@ -1,6 +1,3 @@
; SPDX-License-Identifier: Apache-2.0
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
[
(compound_statement)
(field_declaration_list)
-3
View File
@@ -1,6 +1,3 @@
; SPDX-License-Identifier: Apache-2.0
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
((preproc_arg) @injection.content
(#set! injection.self))
-3
View File
@@ -1,6 +1,3 @@
; SPDX-License-Identifier: Apache-2.0
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
; Functions definitions
(function_declarator
declarator: (identifier) @local.definition.function)