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:
Christian Clason 2025-03-12 09:44:33 +01:00
parent 6fe0032640
commit 12e0246e4f
5 changed files with 55 additions and 54 deletions

View file

@ -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
.

View file

@ -140,8 +140,7 @@
"unit/c" "unit/new-import-export" "unit/s" "unless" "unquote" "unquote-splicing" "unsyntax"
"unsyntax-splicing" "values/drop" "when" "with-continuation-mark" "with-contract"
"with-contract-continuation-mark" "with-handlers" "with-handlers*" "with-method" "with-syntax"
"~?" "~@" "λ")
)
"~?" "~@" "λ"))
; builtin procedures
((symbol) @function.builtin