pimod
pimod copied to clipboard
Code editor support for Pifile
clear enough.
I could give this a shot and write an extension for VS Code.
I myself do not use VS Code, but, however, would love seeing this. So, please feel free, @aniongithub.
Let me know if I can also contribute to your VS Code extension @aniongithub
@aniongithub @empeje I threw together a vscode syntax/language extension that Im using I just pushed it up. I did this very fast and just basically merged together Bash/Shell and Dockerfile tmlanguage grammar. Removing the unsupported Docker keywords from the pattern array. Works if you put it in your ~/.vscode/extensions folder. Needs work since I just threw it together to get basic syntax support.
Thanks so much for the awesome project btw Nature40
@disaac: This is really cool, thanks a lot!