chasteinsect@programming.dev to Programming@programming.devEnglish · 3 months agoTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comexternal-linkmessage-square4fedilinkarrow-up139file-text
arrow-up139external-linkTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comchasteinsect@programming.dev to Programming@programming.devEnglish · 3 months agomessage-square4fedilinkfile-text
Found it interesting. Lobste.rs thread : https://lobste.rs/s/1qmcac/tools_built_on_tree_sitter_s_concrete
minus-squareverstra@programming.devlinkfedilinkarrow-up2·3 months 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.
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.