Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/robots.txt/highlights.scm')
| -rw-r--r-- | runtime/queries/robots.txt/highlights.scm | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/runtime/queries/robots.txt/highlights.scm b/runtime/queries/robots.txt/highlights.scm deleted file mode 100644 index b6eec1b6..00000000 --- a/runtime/queries/robots.txt/highlights.scm +++ /dev/null @@ -1,28 +0,0 @@ -(comment) @comment - -(directive) @attribute - -(rule (unknownDirective) @attribute) @diagnostic.error - -(userAgent) @namespace - -(value) @string - -((value) @string.special.path - (#match? @string.special.path "^/")) - -((value) @ui.text.directory - (#match? @ui.text.directory "^/.+/$")) - -((value) @operator - (#match? @operator "\\*")) - -(rule - (directive (sitemap)) - (value) @string.special.url) - -(rule - (directive (crawlDelay)) - (value) @constant.numeric.integer) - -":" @punctuation.delimiter |