Would it be possible for this plugin to syntax highlight *.tfstate files? Those files are really just json, so all the package would need to do is assign that syntax to them. Currently I use this method to set tfstate files to json syntax highlighting in ~/.atom/config.cson:
Would it be possible for this plugin to syntax highlight
*.tfstate
files? Those files are really just json, so all the package would need to do is assign that syntax to them. Currently I use this method to set tfstate files to json syntax highlighting in~/.atom/config.cson
:It would be nice if this package did that for us automatically. Possibly using the setGrammar method?