Language support for alogic in Visual Studio Code.
- Syntax Highlighting for .alogic files.
No third-party requirements.
No configuration.
- Some
gen
constructs aren't highlighted correctly. - Line-breaks or atypical lack thereof in various constructs aren't presently supported. (Highlighting breaks.)
- The highlighter is sometimes overly permissive; some illegal constructs highlight as if they are legal.
- Brace enclosed lvalues (e.g. concatenations) aren't highlighted correctly.
- Highlighting of function arguments of types with parameters, e.g.
uint(5)
. - Slice highlighting is sometimes incorrect.