Comment
Hello,
currently there is no support for Skribe (.skr) files.
Skribe, based on Guile Scheme, is a embedded domain-specific language (EDSL).
it should be enough to treat them just like Scheme files.
I reported on this issue here:
forgejo/forgejo#6914
and was told to open an issue in this repo.
The proposed solution was the following change in app.ini in the codeberg infrastructure repo :
[highlight.mapping]
.skr=scheme
### Comment
Hello,
currently there is no support for Skribe (.skr) files.
Skribe, based on Guile Scheme, is a embedded domain-specific language (EDSL).
it should be enough to treat them just like Scheme files.
I reported on this issue here:
https://codeberg.org/forgejo/forgejo/issues/6914
and was told to open an issue in this repo.
The proposed solution was the following change in app.ini in the [codeberg infrastructure](https://codeberg.org/Codeberg-Infrastructure/forgejo) repo :
`[highlight.mapping]`
`.skr=scheme`