summaryrefslogtreecommitdiffstats
path: root/txr.vim
Commit message (Collapse)AuthorAgeFilesLines
* * txr.vim: Update for new character constant syntax.Kaz Kylheku2011-11-151-1/+2
|
* * txr.vim: Missing coll keyword added.Kaz Kylheku2011-11-091-1/+1
|
* * txr.vim: Make sure whitespace is recognized after @.Kaz Kylheku2011-11-061-4/+4
|
* Task #11581Kaz Kylheku2011-11-061-1/+1
| | | | | | | | | | | | | | | | | * match.c (gather_s): New keyword variable. (v_gather): New function. (syms_init): gather_s initialized. (dir_tables_init): v_gather entered into table. * match.h (gather_s): Declared. * parser.l: GATHER token scanning added. * parser.y: GATHER token added. gather_clause nonterminal added. * txr.1: New directive documented. * txr.vim: gather keyword introduced.
* * txr.vim: Character literals.Kaz Kylheku2011-11-031-4/+6
|
* * txr.vim: Eliminated useless skip arguments from several regions.Kaz Kylheku2011-11-021-3/+3
|
* * txr.vim: Highlight variables inside directives and lists.Kaz Kylheku2011-11-021-2/+4
| | | | Also, highlight embedded metalists as regions.
* * txr.vim: Added missing keywords.Kaz Kylheku2011-11-021-2/+5
|
* * txr.vim: Added installation instructions.Kaz Kylheku2011-11-011-0/+11
|
* Syntax highlighting for Vim.Kaz Kylheku2011-11-011-0/+48
* txr.vim: New file.