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
/
html
Age
Commit message (
Expand
)
Author
2021-11-11
fix: define indents.scm for html_tags and inherits html and vue from this file
Cyril Mizzi
2021-05-17
refactor: make html-like languages inherit from single query
elianiva
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-01
feat: use @ignore for comments and multiline strings
elianiva
2021-02-26
HTML: capture src attributes as text.uri
Santos Gallegos
2021-02-11
Use eq?
Santos Gallegos
2021-02-11
HTML: improve highlights & injections
Santos Gallegos
2021-02-07
HTML: add folds queries
Santos Gallegos
2021-01-14
feat: added more indent queries
elianiva
2021-01-05
html highlights: add "<!" to tag.delimiters
Stephan Seitz
2020-11-24
feat(injections): add injections to HTML
elianiva
2020-09-18
Add TSTag and TSTagDelimiter groups
TravonteD
2020-08-04
Add PHP, TOML, and update HTML, javascript queries
Shirasaka
2020-06-20
refactor: use newly introduced consolidated syntax
TravonteD
2020-06-05
html: Highlight (quoted_attribute_value) as @string
Stephan Seitz
2020-06-02
Add html highlight queries
TravonteD