RST: update locals

This commit is contained in:
Santos Gallegos 2020-08-01 11:56:15 -05:00 committed by Stephan Seitz
parent 8cacd5aaac
commit 5c5f4c5d54

View file

@ -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