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. Now your local version of package is available in sublime.
12
+
1. Clone [this repo](https://github.com/SublimeText/PowerShell) to packages folder.
13
+
Now your local version of package is available in sublime.
13
14
14
15
## Syntax
15
-
1. Plist file [PowershellSyntax.tmLanguage]([tree/master/Support/PowershellSyntax.tmLanguage) is the master file for syntax. But the [recommended way](http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/extensibility/syntaxdefs.html) to develop syntax is YAML.
16
-
1. Install `aaapackagedev` package.
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.
17
20
1. Open **PowershellSyntax.tmLanguage**
18
-
1. Call `Ctrl + Shift + P` + `convert to YAML`. You will get new file **Support/PowershellSyntax.YAML-tmLanguage**.
21
+
1. Call `Ctrl + Shift + P` + `convert to Yaml and Rearrange`. You will get new file **Support/PowershellSyntax.YAML-tmLanguage**.
19
22
1. Make your changes in YAML file.
20
-
1. Call `Ctrl + Shift + P` + `convert YAML to`. You will get updated version of plist file.
23
+
1. Call `Ctrl + Shift + P` + `convert (YAML, JSON, Plist) to`. You will get updated version of plist file.
0 commit comments