diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-06-12 09:54:30 -0600 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2025-05-12 18:43:40 +0200 |
| commit | 692b051b09935653befdb8f7ba8afdb640adf17b (patch) | |
| tree | 167162b6b129ae04f68c5735078521a72917c742 /queries/editorconfig | |
| parent | feat(c-family): inherit injections (diff) | |
| download | nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.gz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.bz2 nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.lz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.xz nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.tar.zst nvim-treesitter-692b051b09935653befdb8f7ba8afdb640adf17b.zip | |
feat!: drop modules, general refactor and cleanup
Diffstat (limited to 'queries/editorconfig')
| -rw-r--r-- | queries/editorconfig/folds.scm | 1 | ||||
| -rw-r--r-- | queries/editorconfig/highlights.scm | 55 | ||||
| -rw-r--r-- | queries/editorconfig/injections.scm | 2 |
3 files changed, 0 insertions, 58 deletions
diff --git a/queries/editorconfig/folds.scm b/queries/editorconfig/folds.scm deleted file mode 100644 index 911798f5a..000000000 --- a/queries/editorconfig/folds.scm +++ /dev/null @@ -1 +0,0 @@ -(section) @fold diff --git a/queries/editorconfig/highlights.scm b/queries/editorconfig/highlights.scm deleted file mode 100644 index feb0a524c..000000000 --- a/queries/editorconfig/highlights.scm +++ /dev/null @@ -1,55 +0,0 @@ -(comment) @comment @spell - -(section - (section_name) @string.special.path) - -(character_choice - (character) @constant) - -(character_range - start: (character) @constant - end: (character) @constant) - -[ - "[" - "]" - "{" - "}" -] @punctuation.bracket - -[ - "," - ".." - (path_separator) -] @punctuation.delimiter - -[ - "-" - "=" - (negation) -] @operator - -[ - (wildcard_characters) - (wildcard_any_characters) - (wildcard_single_character) -] @character.special - -(escaped_character) @string.escape - -(pair - key: (identifier) @property - value: (_) @string) - -(boolean) @boolean - -(integer) @number - -(unset) @constant.builtin - -[ - (spelling_language) - (indent_style) - (end_of_line) - (charset) -] @string.special diff --git a/queries/editorconfig/injections.scm b/queries/editorconfig/injections.scm deleted file mode 100644 index 2f0e58eb6..000000000 --- a/queries/editorconfig/injections.scm +++ /dev/null @@ -1,2 +0,0 @@ -((comment) @injection.content - (#set! injection.language "comment")) |
