lguarda
lguarda
Hello, The c tree sitter seems to declare escape_sequence in string https://github.com/tree-sitter/tree-sitter-c/blob/f35789006ccbe5be8db21d1a2dd4cc0b5a1286f2/src/grammar.json#L6317 Which make it possible to add specific highlight for escaped sequence https://github.com/nvim-treesitter/nvim-treesitter/blob/411e771d511442ab81670701f5c830f6c74aadd7/queries/c/highlights.scm#L109 I don't really understand how string...
**Describe the bug** When a mapping is used to pre-compute a command line the cursor don't jump int the command section **To Reproduce** Steps to reproduce the behavior: run `neovide...
# Description This PR aim to add a keybinding to set the current input/output as default sink/source This will partially solve the issue #58, but `shift + enter` cannot used...