summaryrefslogtreecommitdiff
path: root/queries/html
AgeCommit message (Collapse)Author
2021-11-11fix: define indents.scm for html_tags and inherits html and vue from this fileCyril Mizzi
2021-05-17refactor: make html-like languages inherit from single queryelianiva
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-01feat: use @ignore for comments and multiline stringselianiva
2021-02-26HTML: capture src attributes as text.uriSantos Gallegos
2021-02-11Use eq?Santos Gallegos
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-02-07HTML: add folds queriesSantos Gallegos
2021-01-14feat: added more indent querieselianiva
2021-01-05html highlights: add "<!" to tag.delimitersStephan Seitz
2020-11-24feat(injections): add injections to HTMLelianiva
2020-09-18Add TSTag and TSTagDelimiter groupsTravonteD
These groups will be added for use with xml-like tags such as html and jsx.
2020-08-04Add PHP, TOML, and update HTML, javascript queriesShirasaka
- PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
2020-06-20refactor: use newly introduced consolidated syntaxTravonteD
2020-06-05html: Highlight (quoted_attribute_value) as @stringStephan Seitz
2020-06-02Add html highlight queriesTravonteD