This commit is contained in:
koniifer 2024-12-21 17:22:26 +00:00
parent cb7011ac46
commit a33019b088
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
}
},
"indentationRules": {
"increaseIndentPattern": "{",
"increaseIndentPattern": "{\\s+",
"decreaseIndentPattern": "\\s+}\\$"
},
}

View file

@ -6,7 +6,7 @@
"publisher": "koniifer",
"displayName": "hblang",
"description": "Syntax, formatting, and linting for holey-bytes lang",
"version": "0.2.7",
"version": "0.2.8",
"engines": {
"vscode": "^1.75.0"
},