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.
1 parent bfc4aa6 commit 3efe416Copy full SHA for 3efe416
language-configuration.json
@@ -38,5 +38,23 @@
38
["'", "'"],
39
["*", "*"],
40
["_", "_"]
41
+ ],
42
+ "onEnterRules": [
43
+ {
44
+ "beforeText": "^\\s*#.*",
45
+ "afterText": ".+$",
46
+ "action": {
47
+ "indent": "none",
48
+ "appendText": "# "
49
+ }
50
+ },
51
52
+ "beforeText": "^\\s*[^\\s].*",
53
+ "afterText": "\\s*[^\\s].*$",
54
55
56
+ "appendText": "... "
57
58
59
]
60
}
0 commit comments