This VScode extention aims at making writing ClamAV files easier to read and write.
- Provide a grammar file for .ldb files
- Provide a grammar file for .idb files
- Provide a grammar file for .ndb files
- Provide linting/intellisense for .ldb files
- Provide usefull macros
Download the latest release.
Install the extention from the install binary.
code --install-extension .\clamli-v0.0.1.vsix
List and uninstall extensions.
code --list-extension
>ms-vscode-remote.remote-wsl
>someone.clamli
code --uninstall-extension someone.clamli
>Uninstalling someone.clamli...
>Extension 'someone.clamli' was successfully uninstalled!
Not on VSCode marketplace yet. Improvements to the grammar are needed. Using regexes to parse potential errors is a bit clunky. Not 100% sure of all features usage.