elvish/vscode
Qi Xiao 14ad776bf4 vscode: Fix syntax highlighting; bump to 0.1.1.
- Don't match "set" within e.g. "set-env".

- Fix the right-hand boundary of keywords such as "except".
2022-06-12 01:23:59 +01:00
..
.gitignore Add VS Code extension. 2022-06-05 12:19:18 +01:00
elvish.tmLanguage.json vscode: Fix syntax highlighting; bump to 0.1.1. 2022-06-12 01:23:59 +01:00
extension.js Add VS Code extension. 2022-06-05 12:19:18 +01:00
HACKING.md Add VS Code extension. 2022-06-05 12:19:18 +01:00
icon.png Add VS Code extension. 2022-06-05 12:19:18 +01:00
language-configuration.json Add VS Code extension. 2022-06-05 12:19:18 +01:00
package-lock.json Update vscode/package-lock.json. 2022-06-05 22:46:55 +01:00
package.json vscode: Fix syntax highlighting; bump to 0.1.1. 2022-06-12 01:23:59 +01:00
README.md Add VS Code extension. 2022-06-05 12:19:18 +01:00
sample.elv vscode: Fix syntax highlighting; bump to 0.1.1. 2022-06-12 01:23:59 +01:00

Elvish for Visual Studio Code

This extension provides support for Elvish in Visual Studio Code.

Current functionalities:

  • Syntax highlighting and configuration (e.g. bracket pairs)

  • Error checking and basic autocompletion, using Elvish's builtin language server