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