syntax_color: add &gt;(>) and &lt;(<) keywords.

This commit is contained in:
Jaehyun Cho 2015-06-06 03:47:06 +09:00
parent 148ad69c3b
commit 1390a1a6d5
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ group "syntax_color_group" struct {
value "key" string: "!";
value "key" string: "=";
value "key" string: "&amp;";
value "key" string: "&gt;";
value "key" string: "&lt;";
value "key" string: "|";
value "key" string: "\\";
}