mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2026-04-20 05:16:40 +00:00
Formatting cleanup
This commit is contained in:
@@ -5,20 +5,20 @@
|
||||
#include <QMap>
|
||||
#include <QTextCharFormat>
|
||||
|
||||
enum class TextCharFormatType {
|
||||
Default,
|
||||
CtrlChar,
|
||||
Ascii,
|
||||
Function,
|
||||
Operator,
|
||||
UnusedToken,
|
||||
Number,
|
||||
String,
|
||||
Variable,
|
||||
DataString,
|
||||
RemString,
|
||||
Unknown
|
||||
};
|
||||
// enum class TextCharFormatType {
|
||||
// Default,
|
||||
// CtrlChar,
|
||||
// Ascii,
|
||||
// Function,
|
||||
// Operator,
|
||||
// UnusedToken,
|
||||
// Number,
|
||||
// String,
|
||||
// Variable,
|
||||
// DataString,
|
||||
// RemString,
|
||||
// Unknown
|
||||
// };
|
||||
|
||||
|
||||
class ApplesoftToken
|
||||
|
||||
Reference in New Issue
Block a user