-
| | |
|--------------------|----|
| Bugzilla Link | [PR46776](https://bugs.llvm.org/show_bug.cgi?id=46776) |
| Status | NEW |
| Importance | P enhancemen…
-
Pact generates a confusing error message for this code:
```
(defschema message-schema
"Message schema"
msg:string)
(deftable
message:message-schema)
```
The error message…
-
_Migrated from Google Code (issue 680)_
-
```
What steps will reproduce the problem?
1. open vim
2. type ":setf tex"
3. type
\ensuremath{
\frac{r_b}{r_a}
}
What is the expected output?
The entire block should have math highlighting.
W…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR38223](https://bugs.llvm.org/show_bug.cgi?id=38223) |
| Status | NEW |
| Importance | P enhancemen…
-
Due to Docusaurus interpreting .md files as MDX, curly braces are troublesome. They're currently escaped in description and inline code, through #10
The issue with code blocks is that the current …
-
Brace matching fails with Tcl syntax activated when double braces are used in code:
proc Test {args} {
set test {{1 -1 0}}
}
In this example, last brace fails to be matched with corresponding …
-
used:
![image](https://user-images.githubusercontent.com/16624558/161815294-8b73a255-af13-48d0-8e0d-459865105370.png)
not used:
![image](https://user-images.githubusercontent.com/16624558/161815330…
-
When you use the `# shell` syntax highlighting, the rest of the YAML syntax highlighting will break down after you use `for i in {1..60}; do`. It is specifically the curly braces and first number spec…
-