Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/rst/highlights.scm')
| -rw-r--r-- | runtime/queries/rst/highlights.scm | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/runtime/queries/rst/highlights.scm b/runtime/queries/rst/highlights.scm deleted file mode 100644 index 73c0def4..00000000 --- a/runtime/queries/rst/highlights.scm +++ /dev/null @@ -1,38 +0,0 @@ -(comment) @comment - -[ - (title) -] @markup.heading.1 - -[ - "adornment" -] @markup.heading.marker - -[ - (target) - (reference) -] @markup.link.url - -[ - "bullet" -] @markup.list.unnumbered - -(strong) @markup.bold -(emphasis) @markup.italic -(literal) @markup.raw.inline - -(list_item - (term) @markup.bold - (classifier)? @markup.italic) - -(directive - [".." (type) "::"] @function -) - -(field - [":" (field_name) ":"] @variable.other.member -) - -(interpreted_text) @markup.raw.inline - -(interpreted_text (role)) @keyword |