You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Clone [this repo](https://github.com/SublimeText/PowerShell) to packages folder.
13
-
Now your local version of package is available in sublime.
18
+
19
+
1. Open the Sublime Text packages folder (`Ctrl + Shift + P` + `browse packages`)
20
+
1. Clone [this repo][this_repo] to the packages folder
21
+
Now your local version of this package is available in Sublime Text.
22
+
14
23
15
24
## Syntax
16
-
Plist file [PowershellSyntax.tmLanguage](Support/PowershellSyntax.tmLanguage) is the master file for syntax.
17
-
But the [recommended way](http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/extensibility/syntaxdefs.html) to develop syntax is YAML.
18
-
19
-
1. Install `AAAPackageDev` package.
20
-
1. Open **PowershellSyntax.tmLanguage**
21
-
1. Call `Ctrl + Shift + P` + `convert to Yaml and Rearrange`. You will get new file **Support/PowershellSyntax.YAML-tmLanguage**.
22
-
1. Make your changes in YAML file.
23
-
1. Call `Ctrl + Shift + P` + `convert (YAML, JSON, Plist) to`. You will get updated version of plist file.
25
+
26
+
The plist file [PowershellSyntax.tmLanguage](Support/PowershellSyntax.tmLanguage)
27
+
is the syntax definition's master file.
28
+
29
+
However, the [recommended way][syntax_topic] to edit the syntax definition
30
+
is YAML format. To use this format, follow these steps:
31
+
32
+
1. Using Package Control, install the `AAAPackageDev` package.
33
+
1. Open **PowershellSyntax.tmLanguage**.
34
+
1. Call `Ctrl + Shift + P` + `convert to Yaml and Rearrange`.
35
+
You will get a new file: **Support/PowershellSyntax.YAML-tmLanguage**.
0 commit comments