a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Matt Massicotte 29f53d8f4f
Makefile and C bindings (#38)
2022-05-06 09:01:49 +07:00
bindings Makefile and C bindings (#38) 2022-05-06 09:01:49 +07: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 Makefile and C bindings (#38) 2022-05-06 09:01:49 +07:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 14:11:12 +07: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 +07:00
LICENSE Initial commit 2018-06-11 16:59:22 +07:00
Makefile Makefile and C bindings (#38) 2022-05-06 09:01:49 +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 +07:00
grammar.js Dont include trailing spaces in text nodes (#27) 2021-07-11 11:04:28 +07:00
package.json Update package.json to include the repository key (#31) 2021-08-17 11:20:56 +07:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References