João Paulo Silva de Souza

Results 86 comments of João Paulo Silva de Souza

I've thought about this a bit more and refactored my approach. I was using the query to distinguish between identifier declaration from other occurrences on a "jump-to-definition" custom function I...

This seems to be of similar concern to https://github.com/tree-sitter/tree-sitter-rust/issues/98

@romainl I could, but some clarifications first for future reading What is the format? Is it simply ``` { 'ListName': [] } ``` And on that note, should it include...

So it should follow the "Grammar of operators" from https://docs.swift.org/swift-book/ReferenceManual/zzSummaryOfTheGrammar.html? If so, from what I see, regexes will suffice

Unfinished PR at https://github.com/alex-pinkus/tree-sitter-swift/pull/151

This might be caused because `data->print_attr_id` can be set to -1, e.g. in: https://github.com/neovim/neovim/blob/fad1022cafd971c59e28ba34ec58d4866d2d5297/src/nvim/tui/tui.c#L421 Therefore this line: https://github.com/neovim/neovim/blob/fad1022cafd971c59e28ba34ec58d4866d2d5297/src/nvim/tui/tui.c#L578 Leads into this other line: https://github.com/neovim/neovim/blob/fad1022cafd971c59e28ba34ec58d4866d2d5297/src/nvim/tui/tui.c#L557 Note: `id1` is `data->print_attr_id`, which is...

@zeertzjq Thanks for the review! Different idea, what if `data->print_attr_id` can have a lingering reference to an `attr_id` which no longer exists? https://github.com/neovim/neovim/blob/5d159a7faad913852c65c81dcc976cf4be902fc1/src/nvim/tui/tui.c#L579 https://github.com/neovim/neovim/blob/5d159a7faad913852c65c81dcc976cf4be902fc1/src/nvim/tui/tui.c#L582

I was able to log-in with my MAL account and sync everything

One way to make Kitty recognize any font as monospace is to override the "spacing" attribute directly through configuration. Take a look at Kitty's changelog: ``` docs/changelog.rst - Linux: Allow...

Hey @carlca , I have recently also tripped on this. I went to investigate the line, which is: https://github.com/ryanoasis/nerd-fonts/blob/master/font-patcher#L761 So if you download the release tarball, you ought to recreate...