feat: add C++ syntax highlighting to edit and Text Editor

This commit is contained in:
2026-08-29 18:36:56 +02:00
parent 3e596f2bad
commit f0bea7736d
3 changed files with 383 additions and 41 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
* main.cpp
* MontaukOS Text Editor - standalone Window Server app
* Single-buffer text editor with line numbers, cursor, scrolling, file I/O,
* syntax highlighting for C and Lua files
* syntax highlighting for C, C++ and Lua files
* Copyright (c) 2026 Daniel Hammer
*/