.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @babel / highlight / README.md
1 # @babel/highlight
2
3 > Syntax highlight JavaScript strings for output in terminals.
4
5 See our website [@babel/highlight](https://babeljs.io/docs/en/babel-highlight) for more information.
6
7 ## Install
8
9 Using npm:
10
11 ```sh
12 npm install --save-dev @babel/highlight
13 ```
14
15 or using yarn:
16
17 ```sh
18 yarn add @babel/highlight --dev
19 ```