================
@@ -57,6 +59,10 @@ TEST_F(HighlighterTest, HighlighterSelectionType) {
EXPECT_EQ(getName(lldb::eLanguageTypeObjC), "clang");
EXPECT_EQ(getName(lldb::eLanguageTypeObjC_plus_plus), "clang");
+#if LLDB_ENABLE_TREESITTER
+ EXPECT_EQ(getName(lldb::eLanguageTypeRust), "tree-sitter-rust");
+#endif
----------------
DavidSpickett wrote:
If you're adding this, does that mean there should have been one for Swift?
https://github.com/llvm/llvm-project/pull/181282
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits