Skip to content

Commit f324b11

Browse files
Merge pull request #138 from krvajal/hotfix/indentation
Fix Select case indentation
2 parents 672a581 + 3bfffd2 commit f324b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"flags": "i"
5656
},
5757
"decreaseIndentPattern": {
58-
"pattern": "^\\s*end\\s*(select|if|do|function|subroutine|module|program)\\b.*$|^\\s*else|case\\b.*$",
58+
"pattern": "^\\s*end\\s*(select|if|do|function|subroutine|module|program)\\b.*$|^\\s*(else|case)\\b.*$",
5959
"flags": "i"
6060
}
6161
}

0 commit comments

Comments
 (0)