mikelentini / Specials-Board

An Atom theme based on the 'Specials Board' Coda 2 theme.
MIT License
2 stars 3 forks source link

String template syntax highlighting #11

Open stahlmanDesign opened 6 years ago

stahlmanDesign commented 6 years ago

How hard would it be to add support for this?

With Specials-Board this string template shows up all green: Successfuly authenticated user ${userId} to socket namespace /${socketNamespace}

Switch to Solarized Dark or other Atom themes and the variables stand out: ${userId} ${socketNamespace}

highlight

Similar issue and solution found here: https://github.com/Microsoft/TypeScript-TmLanguage/issues/335

mikelentini commented 6 years ago

Thanks for reporting this! Unfortunately I'm not really maintaining this package anymore, but would be happy to accept pull requests if someone wants to fix it.