tree-sitter-typescript
tree-sitter-typescript copied to clipboard
[Question] Should we reuse `highlights.scm`?
I know people are able to write javascript inside a typescript file. Should people load JavaScript's hightlights.scm file for a TypeScript file? Or should we just load scheme file separately for each language?
file.ts-> loadts/highlights.scmandjs/highlights.scmfile.js-> loadjs/highlights.scm
or
file.ts-> loadts/highlights.scmfile.js-> loadjs/highlights.scm