An open API service indexing awesome lists of open source software.

https://github.com/xeaone/language-javascript-plus

JavaScriptPlus | Syntax Highlighting For Template Strings In Atom
https://github.com/xeaone/language-javascript-plus

atom javascript syntax-highlighting

Last synced: 3 days ago
JSON representation

JavaScriptPlus | Syntax Highlighting For Template Strings In Atom

Awesome Lists containing this project

README

        

# 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
```javascript
var template = /*html*/`

will have syntax highlighting

`;
```

## Authors
[Alexander Elias](https://github.com/vokeio)

## License
[Why You Should Choose MPL-2.0](http://veldstra.org/2016/12/09/you-should-choose-mpl2-for-your-opensource-project.html)
This project is licensed under the MPL-2.0 License