You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm a smart contract developer and I've recently switched to Fresh due to security concerns. I can't find out how to add Solidity syntax highlighting from the User Guide.
{ "lsp": { "solidity": { "command": "~/.cargo/bin/aderyn", "args": ["--lsp", "--stdout"], "enabled": true } }, "languages": { "solidity": { "extensions": ["sol"], "comment_prefix": "//", "auto_indent": true, "grammar": "Solidity" } } }