You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change Log
Added basic support for the Vala language
Added LSP support from https://github.com/vala-lang/vala-language-server to handle most complex language tasks including code completion suggestions, language documentation, syntax checking, and more.
Added basic syntax highlighting.
Added blank file template for Vala files so a new file can be created upon right click.