-
Just like in the title. Screenshots and notes below the code snippet.
**Version:** `4.0.0-beta.18`
Reproduction code:
```java
public final class LampTest extends JavaPlugin {
private La…
-
As I mentioned in https://github.com/stil4m/elm-syntax/pull/55#discussion_r440613435, `elm-review` parses every file in a project, and then caches the resulting AST by storing it on the disk. When it …
-
Currently, Djot syntax defines task list item as such:
> A bullet list item that begins with [ ], [X], or [x] followed by a space is a task list item, either unchecked ([ ]) or checked ([X] or [x])…
-
As background, I'd say I have good experience with regex, and I've hand-written simple parser / lexers, worked with ASTs and SSA representations in statically compiled languages.
For a recent proje…
-
Leonardo had suggested an elaborate XML syntax for VDL selection in [http://lists.jboss.org/pipermail/jsr-](http://lists.jboss.org/pipermail/jsr-)
314-open-mirror/2010-October/000456.html. It's clear …
-
```
import lang::java::\syntax::Java15;
void main(start[CompilationUnit] cu) {
if (/(Stm)`if ()
'
'else
' ` := cu) {
;
}
if (/(Stm)`if ()
' …
-
**Prettier 3.3.3**
Currently formatting code in commented template strings can turn out ugly auto-formatting:
[Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAdGAzArlMMCW…
-
If you have a class or function definition at column 0, the option php_folding=1 will not work. If you add just one space before, it works again...
(this also applies to try and catch blocks)
I trie…
2072 updated
10 years ago
-
Hello!
I'm facing an issue in the transition of this [DEB File](https://github.com/PiSupply/PiJuice/blob/master/Software/Install/pijuice-gui_1.8_all.deb). The installation fails with an `syntax error…
-
It's easy to miss whitespace side effects when creating regex capture groups. Some examples:
* Not using `\s` means our regex interpreter handles ` ` a bit odd (sometimes as a wildcard character) …