-
Notifications
You must be signed in to change notification settings - Fork 46
About
Øyvind Kallstad edited this page Sep 7, 2017
·
2 revisions
This project establishes the central development and maintenance of syntax definition files for the PowerShell language used by editors that leverage the TextMate language grammar format.
The idea is that editor extensions that add PowerShell syntax highlighting can all get the grammar rules from one central repository; this makes maintaining the syntax rules easier, as well as give a more uniform experience across different editors.
Use
- Prerequisites
- Workflow
- Tests
- Comment
- String
- Numeric constant
- Type
- Function
- Command (Cmdlet)
- Class
- Enum
- Switch
- Array
- Hashtable
- Subexpression
- Control
- Variable
- Operator