Browse code

bugfix: directive string color literal was wrong in the highlighter plugin

Dario Rodriguez authored on 14/04/2023 18:48:09
Showing 1 changed files
... ...
@@ -71,7 +71,7 @@ redata_highlighter_register(redata_t *redata, redata_plugin_t *slot)
71 71
                              color_keyword,"\x38\x17\x1e\xff",
72 72
                              color_directive,"\x38\x4b\x00\xff",
73 73
                              color_directivekeyword,"\x63\x7d\x16\xff",
74
-                             color_directivestring,"\x07\x20\3b\xff",
74
+                             color_directivestring,"\x07\x20\x3b\xff",
75 75
                              color_directiveinclude,"\x16\x63\x7d\xff",
76 76
                              color_directiveincludestring,"\x6\x13\x2d\xff",
77 77
                              color_normal,"\x9a\x67\x43\xff",