ts_query_ls/queries/formatting_test_files
Riley Bruins fdc52f4c37
fix(formatter): fix subcommand, string formatting (#99)
`format` applied a final newline to files before the actual formatter
did so. Now it does, but we must remove the `format` patch lest two
newlines be applied to files.

Additionally, strings should go back to having their inner content
untouched, as they can have other named nodes inside them, like escape
sequences.
2025-04-30 07:42:45 -07:00
..
after_complex.scm fix(formatter): fix subcommand, string formatting (#99) 2025-04-30 07:42:45 -07:00
after_missing.scm fix(formatter): correct blank MISSING node format (#95) 2025-04-29 18:08:19 -07:00
after_predicates.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
after_syntax_error.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
after_trailing_whitespace.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
before_complex.scm fix(formatter): fix subcommand, string formatting (#99) 2025-04-30 07:42:45 -07:00
before_missing.scm fix(formatter): correct blank MISSING node format (#95) 2025-04-29 18:08:19 -07:00
before_predicates.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
before_syntax_error.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00
before_trailing_whitespace.scm refactor: move large query strings into their own files (#94) 2025-04-29 18:05:00 -07:00