Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * txr.vim: Update for new character constant syntax. | Kaz Kylheku | 2011-11-15 | 1 | -1/+2 |
| | |||||
* | * txr.vim: Missing coll keyword added. | Kaz Kylheku | 2011-11-09 | 1 | -1/+1 |
| | |||||
* | * txr.vim: Make sure whitespace is recognized after @. | Kaz Kylheku | 2011-11-06 | 1 | -4/+4 |
| | |||||
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 1 | -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 Kylheku | 2011-11-03 | 1 | -4/+6 |
| | |||||
* | * txr.vim: Eliminated useless skip arguments from several regions. | Kaz Kylheku | 2011-11-02 | 1 | -3/+3 |
| | |||||
* | * txr.vim: Highlight variables inside directives and lists. | Kaz Kylheku | 2011-11-02 | 1 | -2/+4 |
| | | | | Also, highlight embedded metalists as regions. | ||||
* | * txr.vim: Added missing keywords. | Kaz Kylheku | 2011-11-02 | 1 | -2/+5 |
| | |||||
* | * txr.vim: Added installation instructions. | Kaz Kylheku | 2011-11-01 | 1 | -0/+11 |
| | |||||
* | Syntax highlighting for Vim. | Kaz Kylheku | 2011-11-01 | 1 | -0/+48 |
* txr.vim: New file. |