Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

Immutable Keyword Doesn't Have Highlighting #124

Closed cyberdisc0 closed 1 year ago

cyberdisc0 commented 1 year ago

The immutable keyword has no syntax highlighting. Is there a reason for this? Would like to see this highlighted like any other keywords.

tintinweb commented 1 year ago

added to 'safe keywords' (highlighted like constant). see https://github.com/tintinweb/vscode-solidity-language/releases/tag/v0.0.7

cheers 🙌