oilshell-extension READMEThis is a VS Code extension for Oil shell script. Features
For contributorIf you want to add grammar, please also add example of that script in tests/test.oil. Basic conceptBasically, this extension treats the script as command mode. If the extension can easily figure out and narrow down the region of Expression Mode with regexp, treat it as Expression Mode. For example, it isn't easy to narrow down Subexpression region when square bracket nesting. In this case, treat Expression Mode only until the first closing square bracket. In doubt, go to command mode. |