Skip to content

Commit 0d0bbbf

Browse files
committed
4.4.3 Fixed Align Cursors not appearing in Command Palette #136
1 parent df865bb commit 0d0bbbf

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 4.4.3 - May 9, 2025
2+
3+
- Fixed `Align Cursors` not appearing in Command Palette #136
4+
15
### 4.4.2 - Apr 28, 2025
26

37
- Get settings from view, which merges in project and syntax settings on top of `Preferences.sublime-settings`

Clojure Sublimed Dark.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"background": "var(green-bg)"},
5252

5353
{"name": "Constants",
54-
"scope": "constant - constant.character.escape, punctuation.definition.constant",
54+
"scope": "constant - constant.character.escape, punctuation.definition.constant, support.type",
5555
"foreground": "var(magenta)"},
5656

5757
{"name": "Definitions",

Clojure Sublimed Light.sublime-color-scheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"background": "#DBECB6"},
4444

4545
{"name": "Constants",
46-
"scope": "constant - constant.character.escape, punctuation.definition.constant",
46+
"scope": "constant - constant.character.escape, punctuation.definition.constant, support.type",
4747
"foreground": "#8a3eb5"},
4848

4949
{"name": "Definitions",

Default.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
},
9999
{
100100
"caption": "Clojure Sublimed: Align Cursors",
101-
"command": "clojure_sublimed_align_cursors_command"
101+
"command": "clojure_sublimed_align_cursors"
102102
},
103103
{
104104
"caption": "Preferences: Clojure Sublimed Settings",

0 commit comments

Comments
 (0)