Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Update to build 3114
Browse files Browse the repository at this point in the history
  • Loading branch information
san4op authored Sep 19, 2016
1 parent d569a0b commit 1d2421c
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -759,10 +759,20 @@
"children": [ { "command": "$macros" } ]
},
{ "caption": "-" },
{ "command": "new_plugin", "caption": "Новый плагин…" },
{ "command": "new_snippet", "caption": "Новый сниппет…" },
{ "command": "new_syntax", "caption": "Новый синтаксис…" },
{ "command": "convert_syntax" },
{
"caption": "Разработчик",
"children":
[
{ "command": "new_plugin", "caption": "Новый плагин…" },
{ "command": "new_snippet", "caption": "Новый сниппет…" },
{ "command": "new_syntax", "caption": "Новый синтаксис…" },
{ "command": "convert_syntax" },
{ "caption": "-" },
{ "command": "profile_plugins" },
{ "caption": "-" },
{ "command": "show_scope_name" },
]
},
{ "caption": "-", "id": "end" }
]
},
Expand Down

0 comments on commit 1d2421c

Please sign in to comment.