aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Valdez <omarantoniovaldezf2@gmail.com>2026-02-22 04:36:59 -0800
committerChristian Clason <ch.clason+github@icloud.com>2026-02-23 17:49:34 +0100
commitd660b7c002f3922b6bb3da47206645488a698426 (patch)
tree23ee85c62d866e3227d81b22d080db02501e7ab2
parentbot(parsers): update c_sharp, desktop, editorconfig, fish, kitty, kotlin, mli... (diff)
downloadnvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar.gz
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar.bz2
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar.lz
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar.xz
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.tar.zst
nvim-treesitter-d660b7c002f3922b6bb3da47206645488a698426.zip
feat(editorconfig)!: update parser and queries
Removed nodes: section_name, expansion_string, wildcard_characters, wildcard_any_characters, wildcard_single_character, unset, boolean, spelling_language, indent_style, end_of_line, charset, unknown Renamed nodes: identifier -> property negation -> "!" path_separator -> "/" escaped_character -> character_escape
-rw-r--r--SUPPORTED_LANGUAGES.md2
-rw-r--r--lua/nvim-treesitter/parsers.lua4
-rw-r--r--runtime/queries/editorconfig/highlights.scm50
3 files changed, 18 insertions, 38 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md