From 991e9f106e8bd4c6263f46a877db4565ebfbfa54 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 19 Jan 2016 06:55:54 -0800 Subject: Add missing txr words to syntax highlighting. * genvim.txr: Add missing single, first, last and other output repeat modifiers. Removing rep, since it's scraped from the table registration in match.c. --- genvim.txr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/genvim.txr b/genvim.txr index d4b9c049..39d89fbd 100644 --- a/genvim.txr +++ b/genvim.txr @@ -29,10 +29,11 @@ static void dir_tables_init(void) ("usr" "") (t `@{pkg-name}:`)))) (list `@qualif@(symbol-name sym)`)))) -@(do (set [txr-sym 0..0] '("rep" "end" "and" "or" +@(do (set [txr-sym 0..0] '("end" "and" "or" "catch" "finally" "until" "last" "if" "else" "elif" + "single" "first" "last" "empty" "mod" "modlast" "include"))) @(set txr-sym @(sort (uniq txr-sym))) @(set (txl-sym txl-orig-sym) @(multi-sort (list txl-sym txl-orig-sym) -- cgit v1.2.3