Go to file
Santos Gallegos af9339f3de
Dont include trailing spaces in text nodes (#27)
* Don't include trailing spaces in text nodes

* Update tests
2021-07-11 11:04:28 -07:00
bindings Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
corpus Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -07: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 Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -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 Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
.travis.yml Use node 10 on travis and appveyor 2019-05-10 12:49:19 -07:00
Cargo.toml Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08: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 Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 -08:00
grammar.js Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 -07:00
package.json 0.19.0 2021-03-04 14:11:18 -08:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References