15 lines
285 B
Scheme
15 lines
285 B
Scheme
; SPDX-License-Identifier: Apache-2.0
|
|
; Source: nvim-treesitter (https://github.com/nvim-treesitter/nvim-treesitter)
|
|
|
|
(elementdecl
|
|
(Name) @local.definition.type)
|
|
|
|
(elementdecl
|
|
(contentspec
|
|
(children
|
|
(Name) @local.reference)))
|
|
|
|
(AttlistDecl
|
|
.
|
|
(Name) @local.reference)
|