Skip to content

Commit

Permalink
add js css html snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Wscats committed May 3, 2019
1 parent 8725ab1 commit caed88f
Show file tree
Hide file tree
Showing 9 changed files with 2,205 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Visual Studio Code syntax highlighting for single-file Omi.js components (enabled by omil).

Or [Download Vsix!](https://github.com/Wscats/omi-snippets/releases/download/0.25/omi-snippets-0.2.5.vsix) to install in Visual Studio Code
Or [Download Vsix!](https://github.com/Wscats/omi-snippets/releases/download/0.26/omi-snippets-0.2.6.vsix) to install in Visual Studio Code

# Quick Start

Expand Down Expand Up @@ -48,6 +48,13 @@ The `<script>` block uses the syntax highlighting currently active for you norma

> Note you may need to explicitly disable Sublime's default `JavaScript` package to make it work.
# Thanks

- [html-snippets](https://github.com/abusaidm/html-snippets)
- [vscode-javascript](https://github.com/xabikos/vscode-javascript)
- [vscode-javascript-snippets](https://github.com/nathanchapman/vscode-javascript-snippets)
- [vsc-css-snippets](https://github.com/joy-yu/vsc-css-snippets)

# License

[MIT](http://opensource.org/licenses/MIT) @[Eno Yao](https://github.com/Wscats)
32 changes: 30 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"type": "git",
"url": "https://github.com/Wscats/omi-snippets"
},
"bugs": {
"url": "https://github.com/Wscats/omi-snippets/issues",
"email": "kalone.cool@gmail.com"
},
"categories": [
"Programming Languages"
],
Expand Down Expand Up @@ -80,11 +84,35 @@
"snippets": [
{
"language": "omi",
"path": "./snippets/snippets.json"
"path": "./snippets/omi.json"
},
{
"language": "omi",
"path": "./snippets/js.json"
},
{
"language": "omi",
"path": "./snippets/html.json"
},
{
"language": "omi",
"path": "./snippets/css.json"
},
{
"language": "eno",
"path": "./snippets/omi.json"
},
{
"language": "eno",
"path": "./snippets/js.json"
},
{
"language": "eno",
"path": "./snippets/html.json"
},
{
"language": "eno",
"path": "./snippets/snippets.json"
"path": "./snippets/css.json"
}
]
},
Expand Down
Loading

0 comments on commit caed88f

Please sign in to comment.