mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -04:00
This commit makes missing nodes take formatting identical to that of regular named nodes, with the only exception being that a newline will not be prepended to a node name. E.g. this pattern: ```query (MISSING identifier) ``` will *not* be changed to: ```query (MISSING (identifier)) ``` |
||
|---|---|---|
| .. | ||
| check-queries.lua | ||
| ci-install.sh | ||
| compile_parsers.makefile | ||
| format-queries.lua | ||
| minimal_init.lua | ||
| pre-push | ||
| run_tests.sh | ||
| update-lockfile.sh | ||
| update-readme.lua | ||
| write-lockfile.lua | ||