Go to file
Max Brunsfeld 7f442e1c61 Update queries to make use of new features 2020-07-20 12:46:52 -07:00
corpus fix: raw text end tags should be case insensitive 2019-10-04 20:48:11 +08:00
examples Fix memory errors for deeply-nested HTML 2018-07-18 11:24:15 -07:00
queries Update queries to make use of new features 2020-07-20 12:46:52 -07:00
src ⬆️ tree-sitter-cli 2020-05-14 14:49:20 -07:00
.appveyor.yml Use node 10 on travis and appveyor 2019-05-10 12:49:19 -07:00
.gitattributes Count scanner but not parser in GH language stats 2018-06-13 09:34:38 -07:00
.gitignore Ignore package-lock.json 2018-06-12 10:52:43 -07:00
.npmignore Fix memory errors for deeply-nested HTML 2018-07-18 11:24:15 -07:00
.travis.yml Use node 10 on travis and appveyor 2019-05-10 12:49:19 -07:00
LICENSE Initial commit 2018-06-11 16:59:22 -07:00
README.md Add README, CI config files 2018-06-11 17:22:50 -07:00
binding.gyp Start tracking element nesting in external scanner 2018-06-11 16:59:44 -07:00
grammar.js Make distinct nodes for style/script, set up injection 2018-12-14 17:43:41 -08:00
index.js Update to tree-sitter-cli 0.15.3 2019-06-07 14:48:48 -07:00
package.json Update queries to make use of new features 2020-07-20 12:46:52 -07:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References