diff options
| -rw-r--r-- | queries/rst/highlights.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/queries/rst/highlights.scm b/queries/rst/highlights.scm index 2d1b33eff..21e3825c0 100644 --- a/queries/rst/highlights.scm +++ b/queries/rst/highlights.scm @@ -9,10 +9,7 @@ (transition) ] @punctuation.special -[ - "bullet" - "adornment" -] @markup.list +"bullet" @markup.list ; Resets for injection (doctest_block) @none @@ -133,7 +130,10 @@ ] @markup.link @nospell ; Others -(title) @markup.heading +[ + (title) + "adornment" +] @markup.heading (comment) @comment @spell |
