Skip to content

Commit 4462384

Browse files
committed
Update ReadMe
1 parent a47f357 commit 4462384

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

README.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@
44

55
Adds 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

920
1. Install [Package Control][] for Sublime Text.
1021
1. 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

0 commit comments

Comments
 (0)