summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/buttress.sl2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/buttress.sl b/misc/buttress.sl
index 0d7e207..1a88515 100644
--- a/misc/buttress.sl
+++ b/misc/buttress.sl
@@ -13,7 +13,7 @@ set_syntax_flags ($1, 8);
%enable_highlight_cache ("buttress.dfa", $1);
define_highlight_rule ("\\\\#.*$", "comment", $1);
define_highlight_rule ("^\\\\c([ \t].*)?$", "string", $1);
-define_highlight_rule ("\\\\[\\\\{}]", "keyword0", $1);
+define_highlight_rule ("\\\\[\\\\{}\\-_]", "keyword0", $1);
define_highlight_rule ("\\\\[A-Za-tv-z][A-Za-z0-9]*", "keyword0", $1);
define_highlight_rule ("\\\\u[A-Fa-f0-9][A-Fa-f0-9][A-Fa-f0-9][A-Fa-f0-9]",
"keyword0", $1);