1
0
Fork 0
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:
Étienne Fildadut 2024-12-22 16:17:49 +01:00 committed by Étienne Reuh Fildadut
parent 2a0b47fa48
commit 4ecb00ce7d
2 changed files with 7 additions and 7 deletions

View file

@ -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`

View file

@ -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": [
{ {