summaryrefslogtreecommitdiffstats
path: root/genvim.txr
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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