https://github.com/bfontaine/pastek.vim
Vim syntax file for Pastek
https://github.com/bfontaine/pastek.vim
vim
Last synced: about 1 year ago
JSON representation
Vim syntax file for Pastek
- Host: GitHub
- URL: https://github.com/bfontaine/pastek.vim
- Owner: bfontaine
- License: mit
- Created: 2014-11-20T11:14:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-05T11:32:56.000Z (over 11 years ago)
- Last Synced: 2025-03-23T23:43:41.528Z (over 1 year ago)
- Topics: vim
- Language: VimL
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
= pastek.vim =
``pastek.vim`` is a Vim syntax file for Pastek files.
== Install ==
[[ http://www.vim.org/scripts/script.php?script_id=4730 << Download ]] the
latest version of the file, and drop it into your ``~/.vim/syntax/`` directory:
```
mkdir -p ~/.vim/syntax
wget http://www.vim.org/scripts/download_script.php?src_id=20850 \
-O ~/.vim/syntax/pastek.vim
```
Then add the following line to your ``~/.vimrc`` file:
```
au BufNewFile,BufRead *.pastek set ft=pastek
```