【发布时间】:2013-09-26 11:34:18
【问题描述】:
我正在尝试制作语言 PAWN 的 IDE。
我在 C# 中使用 ICSharp 进行语法高亮。由于 scintilla 中还没有 PAWN,有人可以告诉我如何创建自定义语法突出显示吗?
这里是关键字
assert char #assert const break defined #defined enum case sizeof #else forward continue state #elseif native default tagof #emit new do #endif operator else #endinput public exit #endscript static for #error stock goto #file if #if return #include sleep #line state #pragma switch #section while #tryinclude #undef
【问题讨论】:
标签: .net vb.net icsharpcode