vscode-ebnf

EBNF for Visual Studio Code
Mirror of https://github.com/Jamozed/vscode-ebnf
git clone http://git.omkov.net/vscode-ebnf
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2021-07-07 04:34:31
Commitf9dfc339638952b93bdf56d1fe0c697d0aa6e23e
Parentbedce4ba85cb62ca679611fcb059873c325bf31c

Remove indent rules

Diffstat

M language-configuration.json | 4 ----
M package.json | 1 +

2 files changed, 1 insertions, 4 deletions

diff --git a/language-configuration.json b/language-configuration.json
index b921a3a..517e902 100644
--- a/language-configuration.json
+++ b/language-configuration.json
@@ -21,9 +21,5 @@
 		[ "(", ")" ],
 		[ "'", "'" ],
 		[ "\"", "\"" ]
-	],
-	"onEnterRules": [
-		{ "beforeText": "\\w+\\s*=[^;]*$", "action": { "indent": "indent" } },
-		{ "beforeText": ";", "action": { "indent": "outdent" } }
 	]
 }
diff --git a/package.json b/package.json
index 46ca337..5f8996a 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
 	"name": "vscode-ebnf",
-	"version": "1.0.2",
+	"version": "1.0.3",
 	"publisher": "OMKOV",
 	"engines": { "vscode": "^1.0.0" },
 	"license": "OLPE",