You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/javascript
Michael Davis 08b442f4cc
Inherit javascript/typescript from common 'ecma' queries (#3301)
JavaScript queries now contain a few lines that prevent them from
being used whole-sale in typescript with `; inherits: javascript`.
Here we follow nvim-treesitter's way of using a fake 'ecma' language
as a common base for JavaScript and TypeScript to share as much as
we can.
2 years ago
..
highlights.scm Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
indents.scm Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
injections.scm Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
locals.scm Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago
tags.scm Add tree-sitter queries. 3 years ago
textobjects.scm Inherit javascript/typescript from common 'ecma' queries (#3301) 2 years ago