Kaydet (Commit) 23607a8b authored tarafından Colomban Wendling's avatar Colomban Wendling

Properly categorize VHDL strings

üst fb64009a
......@@ -1587,6 +1587,10 @@ gboolean highlighting_is_string_style(gint lexer, gint style)
case SCLEX_VERILOG:
return (style == SCE_V_STRING);
case SCLEX_VHDL:
return (style == SCE_VHDL_STRING ||
style == SCE_VHDL_STRINGEOL);
case SCLEX_CAML:
return (style == SCE_CAML_CHAR ||
style == SCE_CAML_STRING);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment