Commit Graph

18 Commits

Author SHA1 Message Date
Max Brunsfeld 9cccc08b84
Count scanner but not parser in GH language stats 2018-06-13 09:34:38 -07:00
Max Brunsfeld 1211095e73 0.1.2 2018-06-12 14:12:56 -07:00
Max Brunsfeld 95b8b772d5 Handle void tags at EOF 2018-06-12 14:06:16 -07:00
Max Brunsfeld d257db6f66 Add custom tags test 2018-06-12 14:03:51 -07:00
Max Brunsfeld 32a48343b3 0.1.1 2018-06-12 13:54:23 -07:00
Max Brunsfeld b4153cd431 Avoid designated initializer syntax for static array
Clang seems to allow this, but it's only for C, not C++
2018-06-12 13:49:54 -07:00
Max Brunsfeld 14ed7c8147 0.1.0 2018-06-12 12:20:18 -07:00
Max Brunsfeld 5f2a122de7 Parse tag names as separate tokens 2018-06-12 12:20:13 -07:00
Max Brunsfeld 4d11a75675 Ignore package-lock.json 2018-06-12 10:52:43 -07:00
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
Max Brunsfeld 43e4826bb7 Use toupper, iswspace from cwctype header 2018-06-11 17:22:50 -07:00
Max Brunsfeld d41a8ca50b ⬆️ tree-sitter-cli 2018-06-11 17:22:50 -07:00
Max Brunsfeld 0bd6cd558b Add README, CI config files 2018-06-11 17:22:50 -07:00
Max Brunsfeld 21b5fad6f0 Add raw text elements and doctypes
Co-Authored-By: Ashi Krishnan <queerviolet@github.com>
2018-06-11 16:59:44 -07:00
Max Brunsfeld d9a504136e Add package.json
Co-Authored-By: Ashi Krishan <queerviolet@github.com>
2018-06-11 16:59:44 -07:00
Max Brunsfeld e56df0fc7f Add comments, allow slashes in unquoted attribute values
Co-Authored-By: Ashi Krishan <queerviolet@github.com>
2018-06-11 16:59:44 -07:00
Max Brunsfeld 6ee8f55084 Start tracking element nesting in external scanner
Co-Authored-By: Ashi Krishan <queerviolet@github.com>
2018-06-11 16:59:44 -07:00
Max Brunsfeld e74d96c27b Initial commit
Co-Authored-By: Ashi Krishan <queerviolet@github.com>
2018-06-11 16:59:22 -07:00