[llvm-branch-commits] [lldb] [lldb] Add tree-sitter based Rust syntax highlighting (PR #181282)

Jonas Devlieghere via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 13 12:55:15 PST 2026


JDevlieghere wrote:

I decided to go with a slightly different approach that vendors the grammar rather than the generated parser: https://github.com/llvm/llvm-project/pull/181297. I don't want to mess with the stacked PRs more than needed, so I'll rebase this once the Swift PR has merged. Please take a look at the other PR first, as the approach for Rust will be identical, just with a different grammar.

https://github.com/llvm/llvm-project/pull/181282


More information about the llvm-branch-commits mailing list