mirror of
https://github.com/Reuh/vscode-candran.git
synced 2025-10-27 18:19:31 +00:00
Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ecb00ce7d |
2 changed files with 7 additions and 7 deletions
10
README.md
10
README.md
|
|
@ -1,13 +1,9 @@
|
|||
# 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
|
||||
|
||||
Clone this repository into your VS Code extension directory:
|
||||
|
||||
* Windows: `%USERPROFILE%\.vscode\extensions`
|
||||
* macOS: `~/.vscode/extensions`
|
||||
* Linux: `~/.vscode/extensions`
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -9,6 +9,10 @@
|
|||
"categories": [
|
||||
"Programming Languages"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/Reuh/vscode-candran.git"
|
||||
},
|
||||
"contributes": {
|
||||
"languages": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue