0.15.0
This commit is contained in:
parent
4010134341
commit
caed98aef6
|
@ -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$"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue