Gleb Buzin

Results 19 issues of Gleb Buzin

**Describe the bug** Since upgrade to [KDE Plasma 5.25](https://kde.org/announcements/plasma/5/5.25.0/) Neovide does not start. Release build produces no output. Debug build produces the following: ``` [wayland-client error] Attempted to dispatch unknown...

bug

Relates #209, barklan/inline_sql_syntax#9

Example: ```py query = """ SELECT * FROM book; SELECT id FROM user; """ ``` Two queries should be highlighted separately (starting token is `SELECT `, ending is semicolon (`;`)....

feat

Ideally text mate should be leveraged to extract document ranges where there are strings analogous to how neovim/treesitter extensions work. Possibly with this https://github.com/Microsoft/vscode-textmate

feat

[vscode-tmgrammar-test](https://www.npmjs.com/package/vscode-tmgrammar-test) can be used to test. Example: [vscode-scala-syntax](https://github.com/scala/vscode-scala-syntax)

test/ci

... in separate files. Right now this applies only to Rust.

refactor