mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
HackStudio: Assorted improvements to C++ highlighting
Add a list of hard-coded standard types (including AK types) and show them in a different style. Rehighligt the file whenever it changes. (This is very inefficient but makes it much easier to experiment.) Also keep tweaking the colors. :^)
This commit is contained in:
parent
2b19badd74
commit
ed242d538a
3 changed files with 111 additions and 36 deletions
|
@ -21,6 +21,7 @@
|
|||
__TOKEN(Comment) \
|
||||
__TOKEN(Number) \
|
||||
__TOKEN(Keyword) \
|
||||
__TOKEN(KnownType) \
|
||||
__TOKEN(Identifier)
|
||||
|
||||
struct CppPosition {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue