Sublime指定文件扩展名对应格式
sublime很傻的
感谢stackoverflow
- 如何指定文件的扩展名格式:
- 菜单: View -> Syntax -> Open all with current extension as …
- 配置文件: syntax specific settings (Scala.sublime-settings in Users folder), and add to them: { “extensions”: [“scala”, “sbt”]}
- 参考: https://stackoverflow.com/questions/8088475/how-to-customise-file-type-to-syntax-associations-in-sublime-text