1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:07:44 +00:00

Spreadsheet: Add a syntax highlighter to the cell editor

This commit is contained in:
AnotherTest 2020-08-24 21:08:47 +04:30 committed by Andreas Kling
parent 8a5ce41065
commit de13c6939d
5 changed files with 109 additions and 2 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
CellSyntaxHighlighter.cpp
HelpWindow.cpp
Spreadsheet.cpp
SpreadsheetModel.cpp