pulsar/packages/language-typescript
2023-08-16 11:50:29 -07:00
..
grammars Use correct comment delimiters within JSX when using a TSX grammar 2023-08-16 11:50:29 -07:00
lib JavaScript: Stop handling injections for TypeScript and TSX 2023-08-16 11:40:51 -07:00
settings Use correct comment delimiters within JSX when using a TSX grammar 2023-08-16 11:50:29 -07:00
snippets ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
.gitignore ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
LICENSE.md rebrand and relicence 2022-12-03 02:46:08 +00:00
package-lock.json add or update packages/*/package-lock.json 2022-12-10 19:13:50 +01:00
package.json [tree-sitter] Add query file concatenation 2023-07-10 17:12:40 -07:00
README.md rebrand and relicence 2022-12-03 02:46:08 +00:00

TypeScript language support in Pulsar

Adds syntax highlighting and snippets for TypeScript in Pulsar.

The grammar is the Microsoft TypeScript TextMate grammar and copied here on a semi-regular basis. Any issues relating to syntax highlighting are likely to be there.