chasteinsect@programming.dev to Programming@programming.devEnglish · 1 month agoTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comexternal-linkmessage-square4fedilinkarrow-up129arrow-down11file-text
arrow-up128arrow-down1external-linkTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comchasteinsect@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square4fedilinkfile-text
Found it interesting. Lobste.rs thread : https://lobste.rs/s/1qmcac/tools_built_on_tree_sitter_s_concrete
minus-squarechasteinsect@programming.devOPlinkfedilinkarrow-up1·1 month agoIs it built into the editor itself? In neovim you need to install a separate plugin “nvim-treesitter-textobjects” to get that.
minus-squareverstra@programming.devlinkfedilinkarrow-up2·1 month agoYes. Highlighting, these selection actions and symbol detection all work with tree-sitter grammars. The whole premise of the editor is a modern-modal-editing with tree-sitter grammars.
Is it built into the editor itself? In neovim you need to install a separate plugin “nvim-treesitter-textobjects” to get that.
Yes. Highlighting, these selection actions and symbol detection all work with tree-sitter grammars. The whole premise of the editor is a modern-modal-editing with tree-sitter grammars.