ITADN

Consider using Tree-Sitter

#3ClosedXVilka 创建于 2023-11-11
enhancementhelp wanted
X
XVilkacommented
I see you are using Chicken Scheme for C processing. I recommend taking a look at Tree-Sitter, it has many grammars, including C one: - https://tree-sitter.github.io - https://github.com/tree-sitter/tree-sitter - https://github.com/tree-sitter/tree-sitter-c Here you can see how different queries work with TS, including highlighting: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/c
关闭于 2024-05-03 2 条评论