We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 926f913 + 9140379 commit b61d1d1Copy full SHA for b61d1d1
language-configuration.json
@@ -50,7 +50,13 @@
50
],
51
"indentationRules": {
52
"unIndentedLinePattern": "^\\s*!.*",
53
- "increaseIndentPattern": "then(\\s*|\\s*!.*)$|^\\s*(program|subroutine|function|module|do|block|associate|case|select\\s*case)\\b.*$|\\s*(else|else\\s*if|elsewhere)\\b.*$",
54
- "decreaseIndentPattern": "^\\s*end\\s*(select|if|do|function|subroutine|module|program)\\b.*$|^\\s*else|case\\b.*$"
+ "increaseIndentPattern": {
+ "pattern": "then(\\s*|\\s*!.*)$|^\\s*(program|subroutine|function|module|do|block|associate|case|select\\s*case)\\b.*$|\\s*(else|else\\s*if|elsewhere)\\b.*$",
55
+ "flags": "i"
56
+ },
57
+ "decreaseIndentPattern": {
58
+ "pattern": "^\\s*end\\s*(select|if|do|function|subroutine|module|program)\\b.*$|^\\s*else|case\\b.*$",
59
60
+ }
61
}
62
0 commit comments