Phil Turnbull e541c9b64b
Avoid integer cast issues when deserializing tags
`buffer` contains signed chars, so if a tag length is greater than 128 then it
is treated as a negative value when deserializing. The negative signed char is
then implicitly cast to a large unsigned integer. Explicitly cast the values to
signed chars

Co-authored-by: Rahul Zhade <zhade3@github.com>
2018-08-07 14:18:24 -04:00
2018-06-12 14:06:16 -07:00
2018-06-12 10:52:43 -07:00
2018-06-11 17:22:50 -07:00
2018-06-11 17:22:50 -07:00
2018-06-12 12:20:13 -07:00
2018-06-11 16:59:22 -07:00
2018-06-11 16:59:22 -07:00
2018-07-18 13:19:13 -07:00
2018-06-11 17:22:50 -07:00

tree-sitter-html

Build Status Build status

HTML grammar for tree-sitter.

References

Description
No description provided
Readme
Languages
C++ 48.8%
C 17.9%
Makefile 12.2%
Rust 9.5%
JavaScript 9.3%
Other 2.3%