The purpose this project is create a Eclipse syntax highlighter to CScript language(Convey's DSL).
The project began with the idea of making a CScrip syntax highlighting to Sublime Text(Show sublime Text installing, but due to some limitations found during the development of sublime text version, I decided developing the sytax highlighting to Eclipse.
-
Download the cscript.tmLanguage and cscript.tmLanguage.cache files.
-
Open Sublime Text 2 and do click on Preferences>Browse Packages. Select the User folder and open it. Then move the files previously downloaded.
-
Restart Sublime Text and open a .unit file.
-
Follow the steps from this tutorial
-
Dowload the /sublime_text/cscript.JSON-tmLanguage and use this to do the tutorial
NOTE: currently the sublime text version only highlight the header of file, the class definition and some methods.