-
related to https://github.com/prettier/plugin-php/issues/1053 - should be released on v3 stable if this issue is validated
-
New parser uses modified tree-sitter-c grammar which understands the prerprocessor syntax but doesn't perform the preprocessing itself.
Possible solutions:
- Write the custom preprocessor based on…
-
From the [DOT language reference](https://graphviz.org/doc/info/lang.html):
> An ID is one of the following:
>
> - Any string of alphabetic ([a-zA-Z\200-\377]) characters, underscores ('_') or d…
-
### Check for existing issues
- [X] Completed
### Language
Zsh
### Tree Sitter parser link
INCOMPLETE: https://github.com/tree-sitter-grammars/tree-sitter-zsh
### Language server link
_No respo…
-
Not sure why it's not enabled, so start with that and (future) look at including [newer standards](http://www.adaic.org/ada-resources/standards/)
-
# Intro
I'm not sure if this should be a [Discussion](https://github.com/Rick-Lang/rickroll-lang/discussions/79), but I believe it makes sense as an Issue.
I guess I should quote [The Purpose™](ht…
-
### Describe the highlighting problem
It seems as though TypeScript grammar is being incorrectly applied onto JavaScript files, strangely, even when the TypeScript grammar isn't even installed (thoug…
-
If you've looked at the offending code behind #79 , you'll see that the almagamation of regexes looks like an unmaintainable mess. Especially string-replacement in regex-strings and other combination …
-
When I follow the [instructions to install `dd.cudd`](https://github.com/tulip-control/dd#cython-bindings):
```sh
pip install --upgrade wheel cython
export DD_FETCH=1 DD_CUDD=1
pip install dd -vvv…
-
### Question
Has anyone done work to convert the output of peg back to the input grammar?
### Description
I have recently inherited a project that uses PEG. We have the PEG parser but the sourc…