diff options
-rw-r--r-- | genvim.txr | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -49,7 +49,13 @@ static void dir_tables_init(void) (let ((fb (symbol-function sym))) (if (or (special-operator-p sym) (and fb (not (functionp fb)))) - (list text))))) + (unless (memq sym '(and dwim inc oand opip or pset + qquote quote qref rotate set + shift swap sys:l1-setq + sys:lisp1-setq sys:qquote + sys:quasi sys:quasilist sys:setq + sys:setqf)) + (list text)))))) @(define generate (txr-p)) @ (output @(if txr-p "txr.vim" "tl.vim") :named out) " VIM Syntax file for txr |