-
## Problem or new feature
The `X` formatting code allows to index 2 and more entries under a single code, separated by a semicolon.
However, this demands more complex code for the renderer which…
-
I have a shift/reduce conflict and I'm trying to resolve it with precedence operators.
Here is my `jison` file:
``` bison
%lex
%%
\s+ /* skip whitespace */
\w+ r…
-
# Feature Request
Add more language builders to the SCons-based build system.
## Description
Since #885 was merged, we now have a build system that aims to provide a compilation framework f…
-
Hello!
I've recently gotten a lot of use out of this extension writing Rust programs. However, the meaningful trailing spaces in Markdown trip me up a bit, so I thought I'd ask about them in case i…
-
Does this issue occur when all extensions are disabled?: Yes
I saw it with indentation-based folding . This issue has been in VSC since 1st release, it does happen relatively often an…
-
Hello, I have configured conventional-pre-commit from `.pre-commit-config.yaml file`,
```
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v3.6.0
hooks:
- id: conve…
-
I see that for recursive parser, like when parsing JSON, you provide the fix combinator. What about mutually recursive
parsers, for example if I want to parse Java, there will be a parser for stmt, o…
-
## Information
**VIM version**
NVIM v0.3.1-dev
Build type: RelWithDebInfo
Operating System: Ubuntu 16.04
### :ALEInfo
Current Filetype: php
Available Linters: ['langserver', 'pha…
-
### Background and motivation
It turns out it's quite common to want to search for whitespace (`char.IsWhiteSpace`) or things other than whitespace (`!char.IsWhiteSpace`). This is true not only in…
-
I am having an issue where the linter extension does not work. I have JSCS and JSHint loaded. The linter will work only occasionally. Generally, I need to restart Brackets a bunch of times with and wi…