mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 17:00:09 -04:00
RST: update locals
This commit is contained in:
parent
8cacd5aaac
commit
5c5f4c5d54
1 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,12 @@
|
||||||
; Inline targets
|
; Inline targets
|
||||||
(target) @definition
|
(target) @definition
|
||||||
|
|
||||||
|
; The role directive can define a new role
|
||||||
|
((directive
|
||||||
|
name: (type) @_type
|
||||||
|
body: (body) @definition)
|
||||||
|
(#match? @_type "role::"))
|
||||||
|
|
||||||
;; References
|
;; References
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -28,4 +34,5 @@
|
||||||
(footnote_reference)
|
(footnote_reference)
|
||||||
(citation_reference)
|
(citation_reference)
|
||||||
(reference)
|
(reference)
|
||||||
|
(role)
|
||||||
] @reference
|
] @reference
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue