File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 9
9
"brackets" : [
10
10
[" {" , " }" ],
11
11
[" [" , " ]" ],
12
- [" (" , " )" ]
12
+ [" (" , " )" ],
13
+ [" '{" , " }" ],
14
+ [" '[" , " ]" ],
15
+ [" '(" , " )" ]
13
16
],
14
17
// symbols that are auto closed when typing
15
18
"autoClosingPairs" : [
Original file line number Diff line number Diff line change 152
152
<key >include </key >
153
153
<string >#scala-symbol </string >
154
154
</dict >
155
+ <dict >
156
+ <key >include </key >
157
+ <string >#scala-quoted </string >
158
+ </dict >
155
159
<dict >
156
160
<key >include </key >
157
161
<string >#special-identifier </string >
843
847
<key >name </key >
844
848
<string >constant.other.symbol.scala </string >
845
849
</dict >
850
+ <key >scala-quoted </key >
851
+ <dict >
852
+ <key >match </key >
853
+ <string >'\{'|'\('|'\['|'\{|'\(|'\[ </string >
854
+ <key >name </key >
855
+ <string >constant.other.quoted.scala </string >
856
+ </dict >
846
857
<key >script-header </key >
847
858
<dict >
848
859
<key >captures </key >
You can’t perform that action at this time.
0 commit comments