viperproject / viper-ide

This is the main repository for the Viper IDE extension for VS Code.
Mozilla Public License 2.0
10 stars 11 forks source link

Syntax highlighting for `unique` keyword in function declaration #413

Closed zgrannan closed 9 months ago

zgrannan commented 10 months ago

Currently, the unique keyword isn't highlighted. This adds the highlight when the keyword is used before a function declaration.