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": { "indentationRules": {
"increaseIndentPattern": "{", "increaseIndentPattern": "{\\s+",
"decreaseIndentPattern": "\\s+}\\$" "decreaseIndentPattern": "\\s+}\\$"
}, },
} }

View file

@ -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"
}, },