Skip to content

Commit 500ff7c

Browse files
committed
Address comments in README.md file
1 parent 0a7a969 commit 500ff7c

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,15 @@ Support for the MS PowerShell programming language.
99

1010
# Development
1111
1. Open sublime packages folder (`Ctrl + Shift + P` + `browse packages`)
12-
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.
1314

1415
## 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.
1720
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**.
1922
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

Comments
 (0)