hbs
are file extension for handlebar
template files
When I tried to open the file, spacemacs automatically associate it with 'Web' mode.
Is there a mode for handlebar? If so, how can I change the mode by default for hbs
files?
hbs
are file extension for handlebar
template files
When I tried to open the file, spacemacs automatically associate it with 'Web' mode.
Is there a mode for handlebar? If so, how can I change the mode by default for hbs
files?
web-mode
claims to be compatible withhandlebars
. Have you tried searching online or inM-x list-packages RET
for ahandlebars
mode? I see the optionshandlebars-sgml-mode
andhandlebars-mode
. – Basil Jul 04 '17 at 05:52