mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
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
This commit is contained in:
parent
dc42c209f3
commit
d660b7c002
3 changed files with 18 additions and 38 deletions
|
|
@ -448,11 +448,11 @@ return {
|
|||
},
|
||||
editorconfig = {
|
||||
install_info = {
|
||||
revision = '406ab80f7dc4f3aac252ad3d106737a621dde47d',
|
||||
revision = 'v2.0.0',
|
||||
url = 'https://github.com/ValdezFOmar/tree-sitter-editorconfig',
|
||||
},
|
||||
maintainers = { '@ValdezFOmar' },
|
||||
tier = 2,
|
||||
tier = 1,
|
||||
},
|
||||
eds = {
|
||||
install_info = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue