summaryrefslogtreecommitdiffstats
path: root/genvim.txr
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parser.l: Allow unquotes and splices in QSPECIAL and BRACED states.Kaz Kylheku2014-07-301-3/+7
* * genvim.txr: Fixed highlighting issues in numbers followed by newline.Kaz Kylheku2014-07-201-3/+3
* Fix old, known syntax highlighting problems between symbols,Kaz Kylheku2014-07-151-8/+10
* Fix broken regex highlighting.Kaz Kylheku2014-07-151-1/+2
* * genvim.txr, txr.vim: Remove commented-out directives.Kaz Kylheku2014-03-261-2/+0
* * genvim.txr: Update for WLL's and QLL's.Kaz Kylheku2014-03-261-10/+3
* Fix iskeyword so /= and / are highlighted properly.Kaz Kylheku2014-03-191-1/+1
* * parser.l: Bugfix. When handling a backslash-newline continuationKaz Kylheku2014-03-151-4/+6
* Implementing @(if)/@(elif)/@(else) in the pattern language.Kaz Kylheku2014-03-131-1/+2
* * eval.c (plus_s, prof_s): New symbol global variables.Kaz Kylheku2014-03-121-1/+1
* * eval.c (eval_init): Registration of url_encode and url_decodeKaz Kylheku2014-03-111-1/+2
* * genvim.txr: Handle variable definition without embedded intern.Kaz Kylheku2014-03-081-0/+3
* * eval.c (apply_intrinsic, lazy_mapcar): Changed linkage to external.Kaz Kylheku2014-03-061-3/+1
* * parser.l: Allowing ^ to be a quote character, and adjusting definitionKaz Kylheku2014-03-031-2/+5
* * genvim.txr: Skip lines that contain system_package.Kaz Kylheku2014-03-021-8/+13
* Change in the design of how special variables work, to fix the brokenKaz Kylheku2014-02-281-9/+6
* * eval.c (delay_s): Global variable removed.Kaz Kylheku2014-02-271-0/+2
* * genvim.txr: Updated with regard to how operators are registered inKaz Kylheku2014-02-271-3/+3
* * parser.l: Support octal and binary numbers.Kaz Kylheku2014-02-241-0/+2
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-241-1/+1
* * genvim.txr, txr.vim: Updated.Kaz Kylheku2014-02-221-1/+1
* * genvim.txr: Support floating-point constants.Kaz Kylheku2014-01-301-5/+7
* * eval.c (meta_meta_p, meta_meta_strip): New static functions.Kaz Kylheku2014-01-281-5/+7
* * txr.vim, genvim.txr: There can now be whitespace in TXR LispKaz Kylheku2014-01-271-2/+2
* Version 76txr-76Kaz Kylheku2014-01-231-0/+1
* * genvim.txr: Add forgotten until and last keywords.Kaz Kylheku2014-01-061-1/+3
* * genvim.txr: Missing catch and finally keywords added.Kaz Kylheku2013-12-021-1/+1
* * genvim.txr: Missing highlighting for hex integers.Kaz Kylheku2013-11-241-0/+1
* * genvim.txr: Change how the hard-coded symbols (end, and, or) areKaz Kylheku2013-11-221-1/+1
* * genvim.txr: Handle symbols whose C names end with _star_s,Kaz Kylheku2013-11-051-0/+4
* * genvim.txr: Include syntactic directives which aren't extracted fromKaz Kylheku2013-10-271-0/+1
* * genvim.txr: Split long lines of keywords.Kaz Kylheku2013-10-231-3/+2
* * genvim.txr: New file.Kaz Kylheku2013-10-231-0/+135