mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
(target) @definition
|
||||
|
||||
; The role directive can define a new role
|
||||
((directive
|
||||
name: (type) @_type
|
||||
body: (body) @definition)
|
||||
(#match? @_type "role::"))
|
||||
|
||||
;; References
|
||||
|
||||
[
|
||||
|
|
@ -28,4 +34,5 @@
|
|||
(footnote_reference)
|
||||
(citation_reference)
|
||||
(reference)
|
||||
(role)
|
||||
] @reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue