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
- Host: GitHub
- URL: https://github.com/xeaone/language-javascript-plus
- Owner: xeaone
- License: mpl-2.0
- Created: 2017-08-24T21:32:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T20:02:18.000Z (about 5 years ago)
- Last Synced: 2025-04-06T17:05:16.204Z (28 days ago)
- Topics: atom, javascript, syntax-highlighting
- Language: JavaScript
- Homepage:
- Size: 42 KB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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