Dave Abrahams
Dave Abrahams
If I attempt to `indent-region` in code whose syntax I've broken (say, by deleting a necessary closing brace), it fails like this: ``` lsp-request: Running swift-format failed : warning: Running...
I don't know if this is in scope for an emacs LSP plugin, but when I use completion I often get things of the form `${1:SomeType}` in my emacs buffer...
So, trying a real grammar on real input, I get: ``` Syntax error in file 'unknown', line 1, column 0 ``` What's the next step? I'd like to know what...
If you apply this patch and build the rust example, it will cause warnings in generated files, which I don't _seem_ to have any control over. ## Warnings ``` warning:...
Changes necessary to use this as a dependency of another Rust crate. It seems to me that the project structure ought to be reorganized somehow, but until then, perhaps this...
I'd like to open a discussion about how to approach using DParser from languages such as Swift and Rust. Handling types and actions written in other languages by going through...
Is there any facility in DParser for matching things based on higher level unicode properties than just "this unicode scalar value" (which is, I presume, what you're matching with `U+`...