-
## Language name
Sweave
A `prose` language for literate programming with the R statistical software language. Precursor to Rmarkdown, a supported language. Mixes R code with TeX documentation. …
grady updated
5 months ago
-
## Language name
[VisionScript](https://visionscript.dev)
VisionScript is an abstract programming language for doing common computer vision tasks, fast.
The language is new and in an early st…
-
I've gotten errors to appear but I can't get syntax highlighting to work in Helix. Is there something I'm missing in my languages.toml?
```toml
[language-server.rakunavigator]
command = "node"
a…
-
This regex messes up highlighting for most of the rest of the page:
``` ruby
state :descriptors do
# a full-form tag
rule /! We use open source TextMate-style language grammars for syntax highlightin…
-
I tested theia with docker (https://github.com/theia-ide/theia-apps#theia-docker) and would use the plugin / theia in a docker container.
Any instructions how to use theia-php-extension with the th…
pwFoo updated
5 years ago
-
You can see that VSCode tokenizes `@spec` as `variable.other.readwrite.module.elixir`. There is no specific tokenization rule for typespecs, therefore no way to create a local override.
This PR att…
-
**Describe the bug**
**Package/Software version:**
tinymist extension version: `v0.11.1`.
-
### Environment
- OS and Version: Linux Mint 21.3 Virginia
- VS Code Version: 1.89.0 x64
- C/C++ Extension Version: v1.19.9
### Bug Summary and Steps to Reproduce
**Steps to reproduce:**
…
-
The https://github.com/textmate/java.tmbundle project that provides java highlight support isn't maintained anymore it seems.
There is an issue regarding module-info.java highlight support that is op…
-
If an html `` tag has the attribute `type="text/ecmascript-6"` the content is not highlighted as javascript:
``` html
function printFoo(foo) {
console.lot(foo)
}
```
However, it do…