This commit is contained in:
Max Brunsfeld 2019-12-03 09:10:21 -08:00
parent 4010134341
commit caed98aef6
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "tree-sitter-css",
"version": "0.13.7",
"version": "0.15.0",
"description": "CSS grammar for tree-sitter",
"main": "index.js",
"keywords": [
@ -22,7 +22,9 @@
"tree-sitter": [
{
"scope": "source.css",
"file-types": ["css"],
"file-types": [
"css"
],
"injection-regex": "^css$"
}
]