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