aboutsummaryrefslogtreecommitdiffstats
path: root/queries/jsx
Commit message (Collapse)AuthorAgeFilesLines
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-124-190/+0
|
* feat(jsx): commentstring queryRiley Bruins2025-03-041-0/+6
|
* feat(jsx): apply HTML-based highlight improvements (#6867)Riley Bruins2024-07-051-0/+84
|
* refactor(format): drop extra indentation for fieldPhạm Huy Hoàng2024-03-211-12/+10
|
* feat(jsx): spell check text nodes (#6083)Sean Boult2024-02-121-1/+1
|
* highlight(jsx,tsx): character references (a.k.a. entities)Calum Smith2024-02-051-0/+2
|
* chore(ecma,jsx): update parser and queriesAmaan Qureshi2024-01-311-0/+2
|
* fix(jsx): proper tag and builtin tag distinctionRiley Bruins2024-01-251-15/+15
|
* chore: format queriesPhạm Huy Hoàng2024-01-212-7/+7
|
* chore: query formattingPham Huy Hoang2024-01-193-22/+59
|
* chore(injections)!: update injection syntax to 0.9Pham Huy Hoang2023-08-121-3/+4
| | | | | | | | | Since 0.9, @lang syntax is still available as fallback but will soon be deprecated. Because of that, new syntax should be adopted once 0.9 becomes the baseline requirements for nvim-treesitter - update health check - update doc
* chore: update JSX from upstreamAmaan Qureshi2023-07-122-13/+7
|
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-6/+6
| | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment
* fix(jsx): add missing indent end mark to elementsPham Huy Hoang2023-01-041-1/+10
|
* injections(jsx): highlight `<style jsx>` as cssnumToStr2022-08-261-0/+8
|
* Prefer lua-match over matchLewis Russell2021-11-231-3/+3
| | | | as string.find is much quicker than vim.regex:match*
* add @tag.attribute for html like attributeslmlorca2021-07-141-0/+1
|
* highlights(jsx): fix constant identifier (#1434)Munif Tanjim2021-07-101-3/+0
|
* JSX components with capital first letter highlighted as constructor rather ↵napmn2021-06-041-9/+9
| | | | than type
* fix: jsx indent querykiyan2021-04-011-0/+2
|
* feat: added more indent querieselianiva2021-01-141-0/+10
|
* use for first identifier in jsx nested_identifierdavidroeca2020-10-231-3/+3
|
* handle jsx components with dot in themdavidroeca2020-10-231-1/+10
|
* also match variable names to be @type when uppercasedkiyan422020-09-201-0/+3
|
* use @tag and @type directives for jsx highlightskiyan422020-09-201-7/+21
|
* add TSNonekiyan422020-09-151-0/+2
|
* do not highlight as normal to prevent background to override CursorLinekiyan422020-09-151-2/+0
|
* Rename jsx/fold.scm -> folds.scmSantos Gallegos2020-09-141-0/+0
| | | This was merged before https://github.com/nvim-treesitter/nvim-treesitter/pull/461
* add jsx fold on jsx_element onlykyazdani422020-09-121-0/+1
|
* ci: fix wrong queriesThomas Vigouroux2020-09-111-1/+1
|
* fix using highlight query extension for every query typekyazdani422020-09-071-0/+12