0.15.0
This commit is contained in:
parent
4010134341
commit
caed98aef6
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "tree-sitter-css",
|
"name": "tree-sitter-css",
|
||||||
"version": "0.13.7",
|
"version": "0.15.0",
|
||||||
"description": "CSS grammar for tree-sitter",
|
"description": "CSS grammar for tree-sitter",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
@ -22,7 +22,9 @@
|
||||||
"tree-sitter": [
|
"tree-sitter": [
|
||||||
{
|
{
|
||||||
"scope": "source.css",
|
"scope": "source.css",
|
||||||
"file-types": ["css"],
|
"file-types": [
|
||||||
|
"css"
|
||||||
|
],
|
||||||
"injection-regex": "^css$"
|
"injection-regex": "^css$"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue