开发者

Syntax Highlighter for a Domain Specific Language

开发者 https://www.devze.com 2022-12-28 12:53 出处:网络
I have a DSL for which I intend to c开发者_JAVA百科reate a syntax highlighter for editors like vim, gedit and netbeans.

I have a DSL for which I intend to c开发者_JAVA百科reate a syntax highlighter for editors like vim, gedit and netbeans.

Has anyone tried this before?

Many thanks for any directions.

Ketan


One possible option is to use eDSLs which falls under the same syntax conventions as their host languages. Lisp is especially suitable for this approach.

0

精彩评论

暂无评论...
验证码 换一张
取 消