Skip to content

Commit b3d88a7

Browse files
committed
menu item "D: import ..."
1 parent f62044b commit b3d88a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Context.sublime-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"caption": "Dlang: import ...",
3+
"caption": "D: import ...",
44
"mnemonic": "a",
55
"command": "dlang_auto_import",
66
// the below doesn't actually do anything sadly, hopefully this will get added at some point

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ Then add a keybinding of your choice for the `dlang_auto_import` command, by add
5151
{ "keys": ["ctrl+shift+a"], "command": "dlang_auto_import" },
5252
```
5353

54-
You can also try it out immediately by choosing "Dlang: import ..." from the context menu or command pallete.
54+
You can also try it out immediately by choosing "D: import ..." from the context menu or command pallete.
5555

0 commit comments

Comments
 (0)