mirror of
https://github.com/Reuh/vscode-candran.git
synced 2025-10-27 10:09:31 +00:00
Initial commit
This commit is contained in:
commit
2a0b47fa48
11 changed files with 1150 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# candran README
|
||||
|
||||
Basic support for the Candran language for Visual Studio Code.
|
||||
|
||||
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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue