acemod / language-arma-atom

Atom language support for Real Virtuality file formats
https://atom.io/packages/language-arma-atom
MIT License
33 stars 16 forks source link

Add scope/patterns for different braces in SQF highlighting #32

Open dslyecxi opened 9 years ago

dslyecxi commented 9 years ago

Presumably something that would be done in: https://github.com/acemod/language-arma-atom/blob/master/grammars/sqf.json

The {}, (), [] braces should be defined such that a user can style them independent of normal text (which they seemingly currently are).

kymckay commented 9 years ago

Not sure how best to do this, other atom packages don't seem to have patterns defined for such things (from what I can see) and there are no standard groups that seem relevant: https://manual.macromates.com/en/language_grammars

@Glowbal @jonpas thoughts?

jonpas commented 9 years ago

It would be nice if it's possible.

jonpas commented 9 years ago

@SilentSpike what's the status on researching this?

kymckay commented 9 years ago

As above, doesn't seem to be any more to it so I'm not sure if we should or if it should be handled by some other component of atom.

jonpas commented 9 years ago

Moving to backlog then.