orc-lang / orc

Orc programming language implementation
https://orc.csres.utexas.edu/
BSD 3-Clause "New" or "Revised" License
40 stars 3 forks source link

Orc syntax highlight colors: make consistent #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Action:
- Select an Orc syntax highlight color scheme
- Implement in Eclipse, Try Orc, and documentation

Objective:
So that Orc code is consistently presented

Original issue reported on code.google.com by jthywissen on 11 Sep 2010 at 9:47

GoogleCodeExporter commented 9 years ago
The classes available for style application:

Eclipse plug-in: identifier, keyword, number, string, comment, operator, 
combinator, bracket, badChar

Try Orc:  whitespace, operator, combinator, literal, keyword, variable, 
comment, site (plus pattern)

Documentation: keyword, variable, combinator, comment, literal, number, string

Original comment by jthywissen on 11 Sep 2010 at 9:56

GoogleCodeExporter commented 9 years ago
Fixed in r2313

Original comment by jthywissen on 17 Jan 2011 at 6:22