Hi all,
First of all, thank you for developing an awesome editor like Atom! I am using Atom to develop websites in ExpressionEngine (CMS), and there is this one little thing that annoys me s bit. ExpressionEngine has it’s own way for commenting, which is the use of brackets. Example below:
{!-- This is an ExpressionEngine comment --}
Now I have added a snippet for this to the snippets.cson file, see below:
'.text.html.basic':
'Comment ExpressionEngine':
'prefix': 'eecomment'
'body': '{!-- $1 --}$0'
Now this works as expected, but syntax highlighting is not working yet. Does someone know how te add some highlighting to the core HTML highlighting? I did find the the grammars/html.cson file on Github, but can’t locate the file on my local system.
Hope someone can help me out.
Many thanks,
MSN