fix more
This commit is contained in:
parent
cb7011ac46
commit
a33019b088
|
@ -73,7 +73,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"indentationRules": {
|
"indentationRules": {
|
||||||
"increaseIndentPattern": "{",
|
"increaseIndentPattern": "{\\s+",
|
||||||
"decreaseIndentPattern": "\\s+}\\$"
|
"decreaseIndentPattern": "\\s+}\\$"
|
||||||
},
|
},
|
||||||
}
|
}
|
|
@ -6,7 +6,7 @@
|
||||||
"publisher": "koniifer",
|
"publisher": "koniifer",
|
||||||
"displayName": "hblang",
|
"displayName": "hblang",
|
||||||
"description": "Syntax, formatting, and linting for holey-bytes lang",
|
"description": "Syntax, formatting, and linting for holey-bytes lang",
|
||||||
"version": "0.2.7",
|
"version": "0.2.8",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.75.0"
|
"vscode": "^1.75.0"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue