Go to file
Max Brunsfeld 57b42ed645 Add property sheet for syntax highlighting 2018-12-13 17:23:56 -08:00
corpus Add tests for weird comment ends 2018-10-29 11:56:39 +11:00
examples Fix memory errors for deeply-nested HTML 2018-07-18 11:24:15 -07:00
properties Add property sheet for syntax highlighting 2018-12-13 17:23:56 -08:00
src Add property sheet for syntax highlighting 2018-12-13 17:23:56 -08: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 Try using the default clang on travis 2018-08-29 11:40:01 -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
appveyor.yml 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 ⬆️ tree-sitter-cli 2018-08-30 13:00:47 -07:00
index.js Initial commit 2018-06-11 16:59:22 -07:00
package.json Add property sheet for syntax highlighting 2018-12-13 17:23:56 -08:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References