Skip to content

Commit f3d3f46

Browse files
Uncomment top-level array in sublime-keymap files
1 parent 89f4548 commit f3d3f46

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Default (Linux).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// [
1+
[
22
// {
33
// "keys": ["alt+w"],
44
// "command": "wrap"
55
// },
6-
// ]
6+
]

Default (OSX).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// [
1+
[
22
// {
33
// "keys": ["alt+w"],
44
// "command": "wrap"
55
// },
6-
// ]
6+
]

Default (Windows).sublime-keymap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// [
1+
[
22
// {
33
// "keys": ["alt+w"],
44
// "command": "wrap"
55
// },
6-
// ]
6+
]

0 commit comments

Comments
 (0)