Jakub T. Jankiewicz
Jakub T. Jankiewicz
## Describe the bug Scheme syntax highlighting doesn't handle `#;` syntax for S-Expression comment. And probably a lot of other new syntaxes. I think that the project [sicp-lang/scheme.tmbundle](https://github.com/sicp-lang/scheme.tmbundle) (as the...
I've noticed that the library is using this syntax: ```css rgb(65.098% 49.804% 34.902% / 0.997); ``` Where can I use browser support for this syntax? It seems this is quite...
The [wizard example](https://redux-form.com/8.3.0/examples/wizard/) is broken. There is a loader at the top that keeps spinning. The scrollbar jumps because something is added at the bottom of the page. The bottom...
### Suggestion / Feature Request It would be nice to have support for syntax highlighting: ```` ```javascript function foo() { } ``` ```` as ```javascript function foo() { } ```...
Just found that this expression is valid according to escodegen: ```Javascript !{ "type": "TemplateLiteral", "expressions": [], "quasis": [ { "type": "TemplateElement", "value": { "raw": "hello ${prompt('I CAN DO XSS')}!" }...
It's impossible to use library from CDN service like https://cdn.jsdelivr.net/npm/escodegen/ because browser file is missing in NPM. NPM is not only for node.
### Issue type - **Bug Report:** no - **Feature Request:** yes - **Question:** no - **Not an issue:** no ### Prerequisites - **Can you reproduce the issue?:** yes - **Did...
### Issue type - **Bug Report:** no - **Feature Request:** yes - **Question:** no - **Not an issue:** no ### Prerequisites - **Can you reproduce the issue?:** yes - **Did...
What are the differences between Peggy and PEG.js? I wanted to look at PEG.js Codemirror grammar file and maybe migrate it to Peggy. Since it's hard to edit Peggy grammar...
This is example that break the parser: ```javascript str.replace(/\$\{/g, '\\${'); ``` it throws: ``` Expected code block but "\n" found. ``` In my [language playground](https://gaiman.js.org/). As a workaround I've used...