diff options
Diffstat (limited to 'sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm')
-rw-r--r-- | sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm b/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm deleted file mode 100644 index 674cbf18..00000000 --- a/sys/nixpkgs/pkgs/tree-sitter-yts/queries/highlights.scm +++ /dev/null @@ -1,11 +0,0 @@ -(command) @keyword -(id) @constant -(title) @text.title -(date) @number -(author) @operator -(duration) @property -((url) @conceal (#set! conceal "")) - - -((quote) @conceal (#set! conceal "")) -(comment) @comment @spell |