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
{{ message }}
This repository was archived by the owner on Feb 6, 2020. It is now read-only.
@natewallace Just a question, but perhaps you or someone can guide me.
I'm using coffeescript for my inline angular template strings, and all of my templates starts with:
template: '''
html code...
'''
Is it possible to fork this plugin to customize to pick this ? I tried changing the RegExp that this plugin uses to detect template: ''' instead of template: `, generating the .vsix file and installing from there, to no success. Perhaps is because vscode itself is overriding highlighting rules ?