Skip to content

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
laztheripper committed Apr 18, 2023
1 parent 4624b34 commit 9cb641c
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
17 changes: 17 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Copyright (c) Microsoft Corporation

All rights reserved.

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy,
modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software
is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# vsnip

Simple syntax highlighting for .nip pickit files in vscode\
No error checking of any kind, just nicer on the eyes\
Only tested with dark theme, but should work with others

## How to install
Click on the Extensions icon on the Activity Bar on the side of the editor\
Click the ... icon in the Extensions view, then click on "Install from VSIX..."\
Select the .vsix file you want to install and click the "Open" button\
\
Or...\
\
Move the entire folder to your extensions folder
```
Windows: %USERPROFILE%\.vscode\extensions
macOS: $HOME/.vscode/extensions
Linux: $HOME/.vscode/extensions
```
**Enjoy!**
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"displayName": "vsnip",
"description": "Syntax highlighting for .nip pickit files",
"version": "0.0.1",
"repository": "https://github.com/laztheripper/vsnip",
"engines": {
"vscode": "^1.77.0"
},
Expand Down

0 comments on commit 9cb641c

Please sign in to comment.