nvim-treesitter/scripts
Riley Bruins 53a6b3993f feat(formatter): support formatting missing nodes
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))
```
2025-02-04 09:56:51 +01:00
..
check-queries.lua feat(highlights)!: enforce documented captures (#6232) 2024-03-03 11:00:11 +01:00
ci-install.sh fix(ci): fixup 2025-01-30 09:10:34 +01:00
compile_parsers.makefile fix(makefile): add forgotten CXX_STANDARD again 2022-02-09 21:34:14 +01:00
format-queries.lua feat(formatter): support formatting missing nodes 2025-02-04 09:56:51 +01:00
minimal_init.lua fix(textproto): use 'pbtxt' filetype (#6427) 2024-04-11 18:03:22 +02:00
pre-push Luacheck: use config file to exclude files 2021-07-05 12:39:32 +02:00
run_tests.sh test: Add test name to summary output 2022-12-13 21:09:54 +01:00
update-lockfile.sh fix(scripts): actually skip lockfile updates 2024-03-12 09:55:48 +02:00
update-readme.lua ci: add shebangs to scripts 2023-08-18 11:09:57 +03:00
write-lockfile.lua fix(scripts): actually skip lockfile updates 2024-03-12 09:55:48 +02:00