Skip to content

Experimental language support for Lithia in vscode

License

Notifications You must be signed in to change notification settings

vknabel/vscode-lithia

Repository files navigation

vscode-lithia

Adds basic support for the Lithia programming language for Visual Studio Code.

vscode screenshot with syntax highlighting

Requirements

Requires lithia to be installed. By default lithia.path is set to ["/usr/bin/env", "lithia"] and should work on most setups.

If not, set lithia.path to the correct, absolute path like /usr/local/bin/lithia or to a command as above.

Status

The language support currrently is in an eary, experimental state. Only a few features have rudimentarily been implemented.

License

vscode-lithia is available under the MIT license.