Skip to content

Commit 29b110e

Browse files
committed
v1.5.2 Comments toggle
1 parent 4e9b673 commit 29b110e

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

Comments.tmPreferences

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>name</key>
5+
<string>Comments</string>
6+
<key>scope</key>
7+
<string>source.tsql, source.sql</string>
8+
<key>settings</key>
9+
<dict>
10+
<key>shellVariables</key>
11+
<array>
12+
<dict>
13+
<key>name</key>
14+
<string>TM_COMMENT_START</string>
15+
<key>value</key>
16+
<string>-- </string>
17+
</dict>
18+
<dict>
19+
<key>name</key>
20+
<string>TM_COMMENT_START_2</string>
21+
<key>value</key>
22+
<string>/* </string>
23+
</dict>
24+
<dict>
25+
<key>name</key>
26+
<string>TM_COMMENT_END_2</string>
27+
<key>value</key>
28+
<string> */</string>
29+
</dict>
30+
</array>
31+
</dict>
32+
</dict>
33+
</plist>

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"1.4.1": "messages/1.4.1.txt",
88
"1.4.2": "messages/1.4.2.txt",
99
"1.5.0": "messages/1.5.0.txt",
10-
"1.5.1": "messages/1.5.1.txt"
10+
"1.5.1": "messages/1.5.1.txt",
11+
"1.5.2": "messages/1.5.2.txt"
1112
}

messages/1.5.2.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
TSQL Easy 1.5.2 changelog:
2+
3+
* Comment toggle support

0 commit comments

Comments
 (0)