start writing docs about structs and pointers, update syntax files with ^^

This commit is contained in:
Irmen de Jong
2025-06-18 18:38:53 +02:00
parent bd72eaad4c
commit c2bf9024f8
14 changed files with 45 additions and 67 deletions

View File

@@ -151,6 +151,8 @@ contexts:
storage:
- match: (\b(ubyte|byte|word|uword|long|float|str|struct)\b)
scope: storage.type.prog8
- match: (\^\^)
scope: storage.modifier.prog8
- match: (\b(const)\b)
scope: storage.modifier.prog8
support: