index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
jsx
Age
Commit message (
Expand
)
Author
2021-11-23
Prefer lua-match over match
Lewis Russell
2021-07-14
add @tag.attribute for html like attributes
lmlorca
2021-07-10
highlights(jsx): fix constant identifier (#1434)
Munif Tanjim
2021-06-04
JSX components with capital first letter highlighted as constructor rather th...
napmn
2021-04-01
fix: jsx indent query
kiyan
2021-01-14
feat: added more indent queries
elianiva
2020-10-23
use for first identifier in jsx nested_identifier
davidroeca
2020-10-23
handle jsx components with dot in them
davidroeca
2020-09-20
also match variable names to be @type when uppercased
kiyan42
2020-09-20
use @tag and @type directives for jsx highlights
kiyan42
2020-09-15
add TSNone
kiyan42
2020-09-15
do not highlight as normal to prevent background to override CursorLine
kiyan42
2020-09-14
Rename jsx/fold.scm -> folds.scm
Santos Gallegos
2020-09-12
add jsx fold on jsx_element only
kyazdani42
2020-09-11
ci: fix wrong queries
Thomas Vigouroux
2020-09-07
fix using highlight query extension for every query type
kyazdani42