diff --git a/source/extensibility/plugins.rst b/source/extensibility/plugins.rst index 8f575f5..0fe4d3b 100644 --- a/source/extensibility/plugins.rst +++ b/source/extensibility/plugins.rst @@ -48,7 +48,7 @@ Your First Plugin Let's write a "Hello, World!" plugin for Sublime Text: -#. Select **Tools | New Plugin...** in the menu. +#. Select **Tools | Developer | New Plugin...** in the menu. #. Save to ``Packages/User/hello_world.py``. You've just written your first plugin! Let's put it to use: diff --git a/source/extensibility/syntaxdefs.rst b/source/extensibility/syntaxdefs.rst index 17c1d4a..d6e7833 100644 --- a/source/extensibility/syntaxdefs.rst +++ b/source/extensibility/syntaxdefs.rst @@ -163,7 +163,7 @@ Creating A New Syntax Definition To create a new syntax definition, follow these steps: - - Go to **Tools | Packages | Package Development | New Syntax Definition** + - Go to **Tools | Developer | New Syntax...** - Save the new file in your :file:`Packages/User` folder as a ``.YAML-tmLanguage`` file.