I need to highlight the syntax for text with a specific structure in an Eclipse text editor. The scheme is simple; basically, each line has six words separated by spaces, and the lines starting with C # are comments. The most important thing is to highlight the comments, but it would be useful to individually color the six elements in lines without comments.
If this is too hard to get, maybe I could use an existing plugin designed for something with similar syntax. Any suggestions?
eclipse text-editor syntax-highlighting eclipse-plugin file-association
user1069609
source share