You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Texmate grammar has plenty of different default syntactic groups/subgroups and we're using a few of them, the problem is that colouring is delegated to themes, over which we have no control. Apparently not even the default themes have a comprehensive coverage of standard Textmate grammar elements, so depending on the theme, some items may not be highlighted, or different elements may have the same colour. Note that apart from comments, all other items can (ab)use most standard syntactic items, ATF isn't really a regular programming language.
One option is to maintain ourselves themes (light and dark?) which cover all syntactic elements we care about
The text was updated successfully, but these errors were encountered:
With #17 we now have syntax highlighting for
&
-lines@
-lines#
)#
but different from protocols)$
-lines||
,>>
, and<<
).*\.
)$
-lines (see Syntax highlighting for ATF #1 (comment))Texmate grammar has plenty of different default syntactic groups/subgroups and we're using a few of them, the problem is that colouring is delegated to themes, over which we have no control. Apparently not even the default themes have a comprehensive coverage of standard Textmate grammar elements, so depending on the theme, some items may not be highlighted, or different elements may have the same colour. Note that apart from comments, all other items can (ab)use most standard syntactic items, ATF isn't really a regular programming language.
One option is to maintain ourselves themes (light and dark?) which cover all syntactic elements we care about
The text was updated successfully, but these errors were encountered: