Algo Language Support ExtensionThis plugin adds syntax highlighting for the Algo programming language, by c272. https://github.com/c272/algo-lang/ FeaturesAdds contextual highlighting for all faucets of the Algo language, including comments, strings and escape characters, and function folding. Known IssuesThere are currently no known issues with this extension, so if you find some, feel free to report the issue here: https://github.com/c272/algo-lang/issues/ Release Notes1.1.0Fixed a critical error with a greedy capture, it is critical to update to this version. 1.0.8Added the new "throw" functionality (v0.0.4). 1.0.7Added the "to" operator keyword (#1). 1.0.6Addressed a small bug where "for" would take precedence over "foreach". 1.0.5Fixed a small scoping bug pertaining to operator keywords. 1.0.4Added more detailed TextMate contexts instead of grouping keywords into one rule. Operators are now also properly detected as operators, and not invalid symbols, along with logical checks. Import statements now show an automatically generated path. 1.0.3Updated the grammar to include the new "try" and "catch" keywords, and some more contextual actions. 1.0.0Initial release of the extension, added contextual grammar support for Algo 0.0.4. |