Skip to content

Commit 106627b

Browse files
authored
[TCL] Fix tmPreferences (sublimehq#2296)
This commit ... 1. renames the tmPreferences according to their function 2. removes the `name` key 3. merges symbol lists and removes symbol transformations The goal is a common naming scheme to be applied to all packages, so files of a certain function have the same name in each package.
1 parent d4c5924 commit 106627b

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

TCL/Comments.tmPreferences

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plist version="1.0">
33
<dict>
4-
<key>name</key>
5-
<string>Comments</string>
64
<key>scope</key>
75
<string>source.tcl</string>
86
<key>settings</key>

TCL/Symbol List.tmPreferences renamed to TCL/Symbol List - Indent NS Proc.tmPreferences

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<plist version="1.0">
33
<dict>
4-
<key>name</key>
5-
<string>Symbol List</string>
64
<key>scope</key>
7-
<string>entity.name.namespace.tcl</string>
5+
<string>
6+
source.tcl entity.name.function,
7+
source.tcl entity.name.namespace
8+
</string>
89
<key>settings</key>
910
<dict>
1011
<key>showInSymbolList</key>

TCL/Symbol List Indent NS Proc.tmPreferences

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)