summaryrefslogtreecommitdiff
path: root/queries/tsx
AgeCommit message (Collapse)Author
2022-08-26injections(jsx): highlight `<style jsx>` as cssnumToStr
2021-04-23injections(tsx): inherit injections from ecmaStephan Seitz
Fixes #1237
2021-01-14feat: added more indent querieselianiva
2020-10-11feat(queries): modeline mechanism for base langsThomas Vigouroux
This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO.