Show syntax highlighing for C/C++, Rust and Odin.

This commit is contained in:
Ernie Pasveer
2025-10-18 11:24:20 -05:00
parent dc5996287f
commit 1701687494
10 changed files with 227 additions and 64 deletions
+1
View File
@@ -6,6 +6,7 @@
* SyntaxHighlighting: Refactored syntax highlighting code. Supports C/C++/Rust/Odin. (Thanks RaphGL!)
* VariableTracker: Add 'deleteselect' and 'deleteall' to RMB context menu.
* VariableLogger: Add 'deleteselect' and 'deleteall' to RMB context menu.
* EditorConfig: Show syntax highlighting for C/C++, Rust, and Odin.
## [2.6] - 2025-10-07
* Watchpoints: Fixed regression when adding commands to a watchpoint.