summaryrefslogtreecommitdiffstats
path: root/genvim.txr
Commit message (Expand)AuthorAgeFilesLines
* vim: colorize hash bang for Lisp.Kaz Kylheku2018-11-061-1/+2
* genvim: include .tlo files in vimrc example.Kaz Kylheku2018-10-281-2/+2
* genvim: % is constituent of identifiers.Kaz Kylheku2017-10-301-1/+1
* genvim: ^ is constituent of identifiers.Kaz Kylheku2017-08-011-1/+1
* genvim: flag trailing junk in #x #o #b literals.Kaz Kylheku2017-07-291-9/+14
* genvim: flag invalid # syntax.Kaz Kylheku2017-07-281-0/+2
* genvim: fix buggy tl_ident containing #.Kaz Kylheku2017-07-281-1/+1
* genvim: highlight buffer literals.Kaz Kylheku2017-07-281-4/+11
* genvim: bugfix for #x, #o and #b integer tokensKaz Kylheku2017-07-271-3/+3
* genvim: include ffi type symbols.Kaz Kylheku2017-06-301-2/+4
* genvim: remove useless code.Kaz Kylheku2017-06-301-4/+0
* vim: colorize #n= and #n#.Kaz Kylheku2016-11-111-6/+8
* New #; syntax for erasing following object.Kaz Kylheku2016-11-071-4/+12
* vim syntax: support #H properly, plus #R, #S.Kaz Kylheku2016-11-071-1/+1
* Get rid of txl prefix from symbols.Kaz Kylheku2016-05-071-23/+23
* Don't refer to .txl in install instructions.Kaz Kylheku2016-05-071-3/+3
* Fix Vim syntax highlighting bugs.Kaz Kylheku2016-05-041-2/+2
* Add missing txr words to syntax highlighting.Kaz Kylheku2016-01-191-1/+2
* Syntax highlighting regression and omission.Kaz Kylheku2015-12-221-13/+14
* Some missing exceptions to indentation rule.Kaz Kylheku2015-11-301-1/+2
* Vim: better indentation for some forms.Kaz Kylheku2015-10-071-1/+7
* bugfix: macro-time not bound as special operator.Kaz Kylheku2015-10-021-1/+0
* Set lispwords for better indenting.Kaz Kylheku2015-10-021-8/+23
* Don't scan C source code for Lisp symbols.Kaz Kylheku2015-09-101-33/+17
* Version 114.txr-114Kaz Kylheku2015-09-021-3/+3
* One-liner to allow @{obj.slot} in quasiliterals.Kaz Kylheku2015-09-021-1/+1
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-4/+4
* * genvim.txr: Improved highlighting of items in quasiquote.Kaz Kylheku2015-07-251-5/+5
* * genvim.txr: Do not refer to installed code via stdlib.Kaz Kylheku2015-07-251-3/+4
* * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl.Kaz Kylheku2015-07-231-7/+6
* * genvim.txr (chesc): Include space among escaped characters.Kaz Kylheku2015-07-071-1/+1
* Reduce regex duplication in genvim.txr.Kaz Kylheku2015-07-041-30/+39
* Syntax highlighting fixes: characters, variables, identifers.Kaz Kylheku2015-07-031-6/+6
* Support trailing semicolon after hex/octal characters.Kaz Kylheku2015-07-021-3/+4
* Handle escapes accurately in Vim syntax highlighting.Kaz Kylheku2015-07-021-5/+14
* * genman.txr: Take advantage of \@ escape in quasilit.Kaz Kylheku2015-07-011-1/+3
* * genvim.txr: Add ifa.tl library file.Kaz Kylheku2015-06-221-1/+1
* * share/txr/stdlib/place.tl: Get rid of big progn around theKaz Kylheku2015-06-221-1/+1
* Remove places.h generation hack.Kaz Kylheku2015-06-201-3/+3
* New macro-based framework for assignment places.Kaz Kylheku2015-05-061-1/+3
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-1/+2
* * glob.c: New file.Kaz Kylheku2015-01-111-1/+1
* Syntax highlighting issue: keywords in braced variable syntaxKaz Kylheku2014-12-181-1/+2
* Vim syntax coloring for standalone TXR Lisp (*.tl) files.Kaz Kylheku2014-10-291-33/+49
* * share/txr/stdlib/txr-case.txr: New file.Kaz Kylheku2014-10-211-1/+2
* Source file inclusion implemented: needed for macros.Kaz Kylheku2014-10-201-1/+2
* * genvim.txr (sortuniq): Remove unnecessary function,Kaz Kylheku2014-10-131-6/+1
* * eval.c (eval_init): Register chr_isblank and chr_isunisp asKaz Kylheku2014-10-111-1/+1
* * gc.c (MALLOC_DELTA_THRESH): Macro remaned to DFL_MALLOC_DELTA_THRESH.Kaz Kylheku2014-09-081-1/+1
* * arith.c (arith_init): Register some variables: *flo-dig*,Kaz Kylheku2014-09-011-1/+1