Go to file
Max Brunsfeld 7cfe147792 Handle elements with optional end tags (li, p, etc)
Co-Authored-By: Ashi Krishnan <queerviolet@github.com>
2018-06-12 10:51:03 -07:00
corpus Handle elements with optional end tags (li, p, etc) 2018-06-12 10:51:03 -07:00
src Handle elements with optional end tags (li, p, etc) 2018-06-12 10:51:03 -07:00
.gitattributes Initial commit 2018-06-11 16:59:22 -07:00
.gitignore Initial commit 2018-06-11 16:59:22 -07:00
.npmignore Initial commit 2018-06-11 16:59:22 -07:00
.travis.yml Add README, CI config files 2018-06-11 17:22:50 -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 Add raw text elements and doctypes 2018-06-11 16:59:44 -07:00
index.js Initial commit 2018-06-11 16:59:22 -07:00
package.json ⬆️ tree-sitter-cli 2018-06-11 17:22:50 -07:00

README.md

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References