Skip to content

Commit fecd203

Browse files
author
Polgár Márton
committed
Changing the setting file to JSON
Not sure what this file did but it is either completely irrelevant by now, or something will handle JSON as well
1 parent c600203 commit fecd203

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

settings/language-raku.cson

-7
This file was deleted.

settings/language-raku.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
".source.raku": {
3+
"editor": {
4+
"foldEndPattern": "(\\*/|^\\s*(\\}|\\]|\\)))",
5+
"increaseIndentPattern": "^.*\\{\\}?\\s*$",
6+
"decreaseIndentPattern": "^\\s*\\}",
7+
"commentStart": "# ",
8+
"nonWordCharacters": "/\\()\":,.;<>~#^*|+=[]{}`?!«»"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)