mirror of
https://github.com/Reuh/vscode-candran.git
synced 2025-10-27 10:09:31 +00:00
13 lines
354 B
Markdown
13 lines
354 B
Markdown
# 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`
|