PGN(short for 'Portable Game Notation') is a standard for representing chess game data. This is a package for Sublime Text that provides support for the .pgn format.
-
Install Package Control if you haven't already
-
Open the Command Palette in Sublime Text(
Cmd/Ctrl+Shift+ P) -
Select 'Package Control: Install Package'
-
Select 'PGN Support'
-
Clone this repository(
git clone https://github.com/shreyasminocha/Sublime-PGN) -
Move the cloned repository to your Sublime Text user packages folder
-
Restart Sublime Text if required
-
Syntax highlighting
- Commentary(both end-of-line and brace notation)
- Variations
- Tags
-
Snippets
- The mandatory 'Seven Tag Roster'(trigger using
STR)
- The mandatory 'Seven Tag Roster'(trigger using
Licensed under the MIT License.
You're more than welcome to add a feature, report a bug or submit suggestions.
