Antonio Ognio
Antonio Ognio
bug: The "asdf version" command should not allow additional parameters and report them as an error
### Describe the Bug If you run `asdf version python` (which I was mistakenly typing instead of `asdf list python`) you will get a version number which belongs to the...
### Is your feature request related to a problem? Please describe There is no mention of the "asdf version" command in the basic command reference (e.g. help page) that gets...
This is relatively new programming language for Erlang's BEAM VM by Louis Pilfold with version 1.0.0 released recently. - [x] I solemnly swear that this is all original content of...
- Initial support for the Gleam programming language (gleam.run) - Based on grammar rules from https://github.com/gleam-lang/tree-sitter-gleam - Also tried to improve the lexer taking some bits from https://github.com/gleam-lang/gleam-highlight.js/blob/main/index.js Here's an...
- Initial support for the Gleam programming language (gleam.run) - Based on grammar rules from https://github.com/aognio/tree-sitter-gleam - Also tried to improve the lexer taking some bits from https://github.com/gleam-lang/gleam-highlight.js/blob/main/index.js Here's an...
* The new DEFAULT_DOTNET_CORE_CHANNEL environment variable is now supported. Options are "STS", "LTS" and others.
# Gleam Lexer Improvements (Pygments) ## Additions - Added support for multiline strings using triple quotes: ```gleam let x = """ this is a multiline string """ ``` - Added...