Skip to content

Commit a085927

Browse files
committed
Removed multi-line comments, to have // as default
1 parent 8086cb2 commit a085927

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

nwscript.json-tmPreferences

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@
1010
{
1111
"name": "TM_COMMENT_START",
1212
"value": "// "
13-
},
14-
{
15-
"name": "TM_COMMENT_START_2",
16-
"value": "/*"
17-
},
18-
{
19-
"name": "TM_COMMENT_END_2",
20-
"value": "*/"
2113
}
2214
]
2315
}

nwscript.tmPreferences

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,6 @@
2020
<key>value</key>
2121
<string>// </string>
2222
</dict>
23-
<dict>
24-
<key>name</key>
25-
<string>TM_COMMENT_START_2</string>
26-
<key>value</key>
27-
<string>/*</string>
28-
</dict>
29-
<dict>
30-
<key>name</key>
31-
<string>TM_COMMENT_END_2</string>
32-
<key>value</key>
33-
<string>*/</string>
34-
</dict>
3523
</array>
3624
</dict>
3725
</dict>

0 commit comments

Comments
 (0)