Skip to content

Commit

Permalink
Update main menu to YAML syntax (forgot about that)
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed May 27, 2013
1 parent cebf961 commit 3212417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Main.sublime-menu
Expand Up @@ -16,8 +16,8 @@
{ "caption": "New Package…", "command": "new_package" },
{ "caption": "Delete Package…", "command": "delete_package" },
{ "caption": "-" },
{ "caption": "New Syntax Definition", "command": "new_json_syntax_def" },
{ "caption": "New Syntax Definition from Buffer", "command": "new_json_syntax_def_from_buffer" },
{ "caption": "New Syntax Definition", "command": "new_yaml_syntax_def" },
{ "caption": "New Syntax Definition to Buffer", "command": "new_yaml_syntax_def_to_buffer" },
{ "caption": "-" },
{ "caption": "New Raw Snippet…", "command": "new_raw_snippet" },
{ "caption": "New Raw Snippet from Snippet…", "command": "new_raw_snippet_from_snippet" },
Expand Down

0 comments on commit 3212417

Please sign in to comment.