Skip to content

Commit 7cc9843

Browse files
committed
Add specify and scenario to symbol list
1 parent 1d18124 commit 7cc9843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Preferences/SymbolList-Example.tmPreferences

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>name</key>
@@ -11,7 +11,7 @@
1111
<key>showInSymbolList</key>
1212
<integer>1</integer>
1313
<key>symbolTransformation</key>
14-
<string>s/^\s*(it)\s+(.+)\s+do\s*$/ $2/</string>
14+
<string>s/^\s*(it|specify|scenario)\s+(.+)\s+do\s*$/ $2/</string>
1515
</dict>
1616
<key>uuid</key>
1717
<string>57EF6130-05A6-4117-94CB-C0BD63328334</string>

0 commit comments

Comments
 (0)