mirror of
https://github.com/Reuh/vscode-candran.git
synced 2025-10-27 18:19:31 +00:00
Update README.md
This commit is contained in:
parent
2a0b47fa48
commit
4ecb00ce7d
2 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -1,13 +1,9 @@
|
||||||
# candran README
|
# candran README
|
||||||
|
|
||||||
Basic support for the Candran language for Visual Studio Code.
|
Basic support for the [Candran language]()https://github.com/Reuh/candran for Visual Studio Code.
|
||||||
|
|
||||||
Based on VS Code's built-in (Lua grammar)[https://github.com/LuaLS/lua.tmbundle].
|
Based on VS Code's built-in [Lua grammar](https://github.com/LuaLS/lua.tmbundle).
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Clone this repository into your VS Code extension directory:
|
Download the latest [candran-X.X.X.vsix](https://github.com/Reuh/vscode-candran/releases/latest), and install it into VS Code using the `Extensions: Install from VSIX` command.
|
||||||
|
|
||||||
* Windows: `%USERPROFILE%\.vscode\extensions`
|
|
||||||
* macOS: `~/.vscode/extensions`
|
|
||||||
* Linux: `~/.vscode/extensions`
|
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,10 @@
|
||||||
"categories": [
|
"categories": [
|
||||||
"Programming Languages"
|
"Programming Languages"
|
||||||
],
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/Reuh/vscode-candran.git"
|
||||||
|
},
|
||||||
"contributes": {
|
"contributes": {
|
||||||
"languages": [
|
"languages": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue