We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1033013 commit fc13d4dCopy full SHA for fc13d4d
settings/language-julia.cson
@@ -2,7 +2,7 @@
2
editor:
3
tabLength: 4
4
commentStart: "# "
5
- increaseIndentPattern: "^(\\s*|.*=\\s*|.*@\\w*\\s*)([\\w\\s]*|\\s+\".*\"\\s+)\\b(if|while|for|function|macro|immutable|mutable\\s+struct|struct|abstract\\s+type|primitive\\s+type|let|quote|try|begin|.*\\)\\s*do|else|elseif|catch|finally)\\b(?!.*\\bend\\b[^\\]]*$).*$"
+ increaseIndentPattern: "^(\\s*|.*=\\s*|.*@\\w*\\s*)([\\w\\s]*|\\s+\".*\"\\s+)\\b(if|while|for|function|macro|mutable\\s+struct|struct|abstract\\s+type|primitive\\s+type|let|quote|try|begin|.*\\)\\s*do|else|elseif|catch|finally)\\b(?!.*\\bend\\b[^\\]]*$).*$"
6
decreaseIndentPattern: "^\\s*(end|else|elseif|catch|finally)\\b.*$"
7
foldEndPattern: '^\\s*\\]|^\\s*\\)'
8
0 commit comments