Skip to content

JavaScriptPlus | Syntax Highlighting For Template Strings In Atom

License

Notifications You must be signed in to change notification settings

xeaone/language-javascript-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Plus

Syntax highlighting for template strings in Atom

Install

apm install language-javascript-plus

Usage

Simply declare a template tag with a prefix multiline comment with HTML or CSS and you get syntax highlighting.

Triggers

  • Comment Style
    • /*html*/
    • /*css*/

Example

var template = /*html*/`
	<div>will have syntax highlighting</div>
`;

Authors

Alexander Elias

License

Why You Should Choose MPL-2.0 This project is licensed under the MPL-2.0 License

About

JavaScriptPlus | Syntax Highlighting For Template Strings In Atom

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published