Author | Jamozed <[email protected]> |
Date | 2021-07-07 04:34:31 |
Commit | f9dfc339638952b93bdf56d1fe0c697d0aa6e23e |
Parent | bedce4ba85cb62ca679611fcb059873c325bf31c |
Remove indent rules
Diffstat
M | language-configuration.json | | | 4 | ---- |
M | package.json | | | 2 | +- |
2 files changed, 1 insertions, 5 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",