txt syntax file
| Author | Tomasz KalkosiĆski |
| Version | 1.2 |
| Release date | 2007-01-03 |
| License | GPL2 |
| URL | http://www.spoonman.eu |
| IRC | #clan.ppp @ QuakeNet |
| Download |
Sample file, colors moria | README, colors dusk |
Universal syntax script for all text documents, logs, changelogs, readmes and all other strange and undetected filetypes.
The goal is to keep it very simple. It colors numbers, operators, signs, cites, brackets, delimiters, comments, TODOs, errors, debug, changelog tags and basic smileys ;] I created this file when I lacked any syntax coloring. Colored numbers, operators increased readibility a lot so I started to experiment. Then I've added other common things like parenthisis, xxx, TODO, or smileys :)
Requirements
- Vim text editor - http://www.vim.org
Installation
- Unzip all files into your $HOME/syntax/ directory.
- I'd also suggest to add a file into your $HOME/ftdetect called txt.vim that contains a line below. It sets your syntax to txt if no syntax was found before.
au BufRead,BufNewFile * setfiletype txt
Changelog
- 1.2 Release (03.01.2007)
- add: Changelog tags: add, chg, fix, rem, del linked with Keyword
- add: note to txtTodo group
- 1.1 Release (30.06.2006)
- add: International cites
- chg: txtString color to Normal
- chg: Simplified number coloring working better now
- 1.0 Release (28.04.2006)
- first public release
Files
Files included in txt-vim-syntax-1.2.zip:- txt.vim
- txt.txt
- README
- COPYING
Created by: SpOOnman.
Last modification on 17 Mar 2008 [17:50 UTC]
Last modification on 17 Mar 2008 [17:50 UTC]

