VS Code extension for Colobot developers and modders.
- Unique Colobot color theme
- Language grammars for:
- CBOT source code
- Colobot scene files
- SatCom help files
- Language auto-detection based on unofficial (yet) file extensions (
cbot
,satcom
,scene
) Language auto-detection based on first lines in(See Known issues).txt
files.- Automatically set editor settings for CBOT and SatCom
- CBOT and SatCom snippets
The languages can't be detected automatically based on the first line in .txt
file, as VS Code currently doesn't provide ability to do that (see this issue).
The grammars were written mostly for the default Code themes and the Colobot theme. The syntax highlighting should be ok for most decent themes but may have some little issues like the same color for two different things (it may actually happen even in the default themes). Unfortunately, it's impossible to make it work perfectly for every color theme in the marketplace, but hopefully it's not that big of a problem.
See CHANGELOD.md.
See LICENSE.md.