|
1 month ago | |
---|---|---|
.. | ||
syntaxes | 1 month ago | |
.vscodeignore | 1 month ago | |
LICENSE | 1 month ago | |
README.md | 1 month ago | |
mzsql.lang.json | 1 month ago | |
package.json | 1 month ago | |
testdrive.lang.json | 1 month ago |
This directory contains a Visual Studio Code extension that provides some Materialize-specific language support. Features so far include:
Syntax highlighting for sqllogictest is also available via Nikhil's Sqllogictest extension in the public VSCode Extension Marketplace.
If you have VSCode installed:
ln -s /absolute/path/to/this/repo/misc/editor/vscode ~/.vscode/extensions
With some work, it's likely to possible to use these syntax highlighting grammar files with other editors. Most modern editors (Atom, Sublime) all use the same underlying TextMate grammar format, and the IntellJ family has a TextMate plugin that may prove useful.