Go to file
Ryan Tsao 94e1023093
Fix parsing of negative numbers (#12)
* Add failing test for negative numbers

* Fix parsing of negative numbers

* Rearrange assertion to avoid extra diff noise
2021-03-04 15:25:23 -08:00
bindings Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
corpus Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
examples Generalize plain value definition, add examples to parse 2018-10-30 11:10:03 -07:00
queries Add colon hl (#15) 2021-02-12 10:45:27 -08:00
src Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
.appveyor.yml Use node 10 on travis and appveyor 2019-05-10 13:21:49 -07:00
.gitattributes Don't count generated files in github language stats 2018-09-30 16:31:49 -07:00
.gitignore Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
.npmignore Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
.travis.yml Use node 10 on travis and appveyor 2019-05-10 13:21:49 -07:00
Cargo.toml 0.19.0 2021-03-04 14:45:38 -08:00
LICENSE Add MIT license 2018-11-21 14:02:16 -08:00
README.md Add README 2018-09-30 16:23:23 -07:00
binding.gyp Bump tree-sitter-cli to 0.19 2021-03-04 14:44:19 -08:00
grammar.js Fix parsing of negative numbers (#12) 2021-03-04 15:25:23 -08:00
package.json 0.19.0 2021-03-04 14:45:38 -08:00

README.md

tree-sitter-css

Build Status Build status

CSS grammar for tree-sitter.

References