A basic Coconut language support for Visual Studio Code, based on Sublime Coconut.
- Syntax highlighting for:
- files with Coconut extensions.
- files with Coconut shebang.
- Coconut language fenced code block in Markdown.
- Snippet completion.
- Bracket matching/autoclosing/autosurrounding.
- Comment toggling.
- Auto indentation.
- Folding.
Initial release.
Fix Markdown fenced code block grammar injection.
Please open a new issue if you find a problem. Pull requests are also welcome.
Copyright (C) 2021 kobarity
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program, most likely a file in the root directory, called 'LICENSE'. If not, see http://www.gnu.org/licenses.
syntaxes/Coconut.tmLanguage
is copied from Sublime Coconut.
syntaxes/codeblock.json
is based on VSCode Markdown Fenced Code Block Grammar Injection Example.
language-configuration.json
is based on the basic Python language support for Visual Studio Code.