pgn.vim : syntax highlighting for .pgn (chess) files
script karma |
Rating 8/5,
Downloaded by 1446 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Ryan Sarson |
|
script type |
syntax |
|
description |
Highlights tag pairs, movetext and comments of Portable Game Notation (PGN) files, which is the most common format for computer processing of chess games.
Recognizes standard algebraic notation and other commonly used notations, as seen on the Wikipedia page for algebraic notation.
It is a new version of Charles Ford's original script, published on this site on 2003-06-14. |
|
install details |
Put the file in your $VIMRUNTIME/syntax/ directory.
Then in your $VIMRUNTIME/filetype.vim file, add this line:
au BufNewFile,BufRead *.pgn setf pgn |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.83
|