axodotdev / axodotdev/oranda

Support `console` language on code fences

Open
#703 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
543
Forks
34
PR merge metrics
No merged PRs in 30d

Description

For highlight interactive console sessions, the console code fence would be a nice thing to support.

[github language config](https://github.com/github-linguist/linguist/blob/master/lib/linguist/languages.yml#L6703)

example:

````
```console
oranda dev
↪ >o_o< INFO: Found 1 paths to watch, starting watch...
↪ >o_o< INFO: Building components: artifacts, changelog
⚠ >o_o< WARNING: Found syntax highlight language annotation `console` which is not currently supported. The annotated block will be shown as plaintext. Please file an issue https://github.com/axodotdev/oranda/issues/new to let us know you'd like to see it supported.
```
````

rendered:

```console
oranda dev
↪ >o_o< INFO: Found 1 paths to watch, starting watch...
↪ >o_o< INFO: Building components: artifacts, changelog
⚠ >o_o< WARNING: Found syntax highlight language annotation `console` which is not currently supported. The annotated block will be shown as plaintext. Please file an issue https://github.com/axodotdev/oranda/issues/new to let us know you'd like to see it supported.
```

Please let me know if there is a different language to use for these kinds of code blocks

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.