This commit is contained in:
Бондарев Иван 2018-10-28 10:54:49 +01:00
parent dfd057933c
commit d222c180a0

View file

@ -24,6 +24,7 @@ namespace VisualPascalABC
highlighted_keywords["case"] = "case";
highlighted_keywords["class"] = "class";
highlighted_keywords["record"] = "record";
highlighted_keywords["match"] = "match";
//highlighted_keywords["interface"] = "interface";
//ignored_keywords["class"] = "class";
//ignored_keywords["record"] = "record";