chasteinsect@programming.dev to Programming@programming.devEnglish · 1 month agoTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comexternal-linkmessage-square4linkfedilinkarrow-up139arrow-down11file-text
arrow-up138arrow-down1external-linkTools built on tree-sitter's concrete syntax treeswww.scannedinavian.comchasteinsect@programming.dev to Programming@programming.devEnglish · 1 month agomessage-square4linkfedilinkfile-text
Found it interesting. Lobste.rs thread : https://lobste.rs/s/1qmcac/tools_built_on_tree_sitter_s_concrete
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.
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.