aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/format-queries.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(format): fix nested grouping indentation (#6128)Phạm Huy Hoàng2024-02-181-1/+6
|
* fix(format): handle list with 300 nodesPhạm Huy Hoàng2024-01-301-15/+3
|
* fix(format): improve error messageChristian Clason2024-01-301-1/+2
|
* fix(format-scripts): remove parens if possiblePhạm Huy Hoàng2024-01-211-1/+26
|
* Fixup format (#5934)Phạm Huy Hoàng2024-01-201-3/+4
| | | | | | | * fix(format): newline between top-level field defs * fixup: newline between node and comment * fixup: optimize pattern
* feat: query formatting scriptPham Huy Hoang2024-01-191-0/+396
Usage: - nvim -l scripts/format-queries.lua /path/to/file.scm - nvim -l scripts/format-queries.lua /path/to/dir fixup: add `format-ignore` directive to query/highlights.scm