diff --git a/crates/languages/src/typescript/highlights.scm b/crates/languages/src/typescript/highlights.scm index 14f6e22034..5e8d55581e 100644 --- a/crates/languages/src/typescript/highlights.scm +++ b/crates/languages/src/typescript/highlights.scm @@ -9,6 +9,9 @@ (type_identifier) @type (predefined_type) @type.builtin +;; Enables ts-pretty-errors +;; The Lsp returns "snippets" of typescript, which are not valid typescript in totality, +;; but should still be highlighted ;; Highlights object literals by hijacking the statement_block pattern, but only if ;; the statement block follows an object literal pattern ((statement_block