HTML syntax highlight sublime 3 Typescript
问题 I am using TypeScript with Sublime 3. How can I add HTML highlight in template attribute: [NOTE: I am already using Microsoft TypeScript Package] Look how its not highlighted now: 回答1: You can read here how to achieve this: https://forum.sublimetext.com/t/javascript-es6-template-literals-syntax-for-html/18242 Reproduced here: Open Tools > Developer > New Syntax Add: %YAML1.2 --- # See http://www.sublimetext.com/docs/3/syntax.html name: JavaScript NG file_extensions: - js - ng.js scope: source