mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
fix(formatter): increase match limit
Problem: Some very long patterns were not formatted correctly. Solution: Increase the match limit when iterating to 1024.
This commit is contained in:
parent
6fe0032640
commit
12e0246e4f
5 changed files with 55 additions and 54 deletions
|
|
@ -295,8 +295,7 @@
|
|||
"clear-output" "assoc-if" "string/=" "princ" "directory-namestring" "stream-error-stream"
|
||||
"array-element-type" "setq" "copy-seq" "time" "restart-case" "prog*" "shared-initialize"
|
||||
"array-total-size" "simple-bit-vector-p" "define-method-combination" "write-byte" "constantly"
|
||||
"caddar" "print-object" "vector" "throw" "reverse" ">=" "upper-case-p" "nbutlast")
|
||||
)
|
||||
"caddar" "print-object" "vector" "throw" "reverse" ">=" "upper-case-p" "nbutlast"))
|
||||
|
||||
(list_lit
|
||||
.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue