aboutsummaryrefslogtreecommitdiffstats
path: root/queries/tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-125-5/+0
|
* injections(jsx): highlight `<style jsx>` as cssnumToStr2022-08-261-1/+1
|
* injections(tsx): inherit injections from ecmaStephan Seitz2021-04-231-0/+1
| | | | Fixes #1237
* feat: added more indent querieselianiva2021-01-141-0/+1
|
* feat(queries): modeline mechanism for base langsThomas Vigouroux2020-10-113-0/+3
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.