Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse plugin for Jade (Node.js template engine)

I want to make Eclipse-based Node.js IDE

How to edit jade files in Eclipse?

  • What is tool for editing *.jade files (with syntax support) in Eclipse IDE?

Is there Eclipse-based editor or plugin for Jade (template engine for Node.js)?

Already looked at (
jade templating syntax support for eclipse?
Using Haml & Sass with Eclipse
)

  • Or is there Eclipse support for Textmate syntax definition files
    https://stackoverflow.com/questions/22881458/textmate-bundles-for-eclipse

Related Syntax highlighting for Jade in Sublime Text 2?

like image 241
Paul Verest Avatar asked Nov 04 '22 01:11

Paul Verest


1 Answers

I found also Eclipse XTEXT, but no trace of ready to use language definition for Jade.

Eclipse plug-in: Create a new file extension for a language not supported by Eclipse
How to setup a new language IDE

See question "I want to build a DSL similar to jade (jade-lang.com)" on Eclipse Community Forums

like image 50
Paul Verest Avatar answered Nov 09 '22 04:11

Paul Verest