b-g / processing-sublime

A Sublime Text package for the programming language Processing
MIT License
447 stars 60 forks source link

color datatype not highlighted #84

Closed ybakos closed 9 years ago

ybakos commented 9 years ago

We lost Processing's color datatype highlighting with the latest revision to the syntax rules.

Should this be highlighted like the primitives (double, int, etc) or like abstract data types (PShape)?

I suggest using the primitive style highlighting, since color is really just a number.

Commit coming.

ybakos commented 9 years ago

@b-g Let me know what you think.

b-g commented 9 years ago

@ybakos Sorry for the silence, very crazy here! :+1: color = int = primitive style highlighting