File tree Expand file tree Collapse file tree 1 file changed +27
-6
lines changed
Expand file tree Collapse file tree 1 file changed +27
-6
lines changed Original file line number Diff line number Diff line change 44
55Adds support for the MS PowerShell programming language.
66
7- ### Installing
7+
8+ ## Features
9+
10+ - Syntax highlighting
11+ - Symbol lookup for classes and functions
12+ - A build system to run the current file
13+ - Code snippets
14+ - Comment toggle
15+ - Indentation and code folding rules
16+
17+
18+ ## Installing
819
9201 . Install [ Package Control] [ ] for Sublime Text.
10211 . Install the ** PowerShell** package:
@@ -15,13 +26,23 @@ Adds support for the MS PowerShell programming language.
1526 1 . Select ** PowerShell** .
1627
1728
18- ### Developing
29+ ## Developing
30+
31+ You want to contribute? Awesome!
32+ File an issue or send us a PR.
33+
34+ Run the default build system in the syntax file
35+ to execute the regression tests.
36+ (<kbd >Ctrl</kbd >+<kbd >B</kbd > on Windows and Linux;
37+ <kbd >Ctrl</kbd >+<kbd >B</kbd > on Mac)
38+
1939
20- You want to contribute? Awesome! Send us a PR.
40+ ## EditorSyntax
2141
22- ### EditorSyntax
42+ This project budded [ EditorSyntax] [ ] in 2016
43+ and tracked it from 2018 until 2024,
44+ when we diverged to follow Sublime Text conventions.
2345
24- Syntax highlighting was originally adapted from the [ EditorSyntax] [ ] project.
2546
26- [ package control ] : https://sublime.wbond.net /installation
47+ [ package control ] : https://packagecontrol.io /installation
2748[ editorsyntax ] : https://github.com/PowerShell/EditorSyntax
You can’t perform that action at this time.
0 commit comments