From 4896affc48b2fc6a674dd73a7ae3ef914b88f416 Mon Sep 17 00:00:00 2001 From: njohnson Date: Thu, 1 Jan 2026 22:20:58 -0500 Subject: [PATCH] Add XScript syntax highlighting definition --- .gitignore | 1 + XScript.xml | 75 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 XScript.xml diff --git a/.gitignore b/.gitignore index 55c74b0..38a625f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ libs/*/release/* libs/*/debug/* .git.stash *Makefile* +.claude/ diff --git a/XScript.xml b/XScript.xml new file mode 100644 index 0000000..9551ca9 --- /dev/null +++ b/XScript.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + 00// 01 02 03/* 04*/ + + + + + + +type byteorder criteria require skip if else while align seek repeat for in EOF LE BE + + + + +u8 u16 u32 u64 i8 i16 i32 i64 +read pos size zlib parse parse_here +u8at u16at u32at u64at bytesat + + + + +company file_type marker platform_u32 + + + + + + + + + + = == != < <= > >= && || + - * / % << >> & ^ | + .. + + + 00" 01 02\" 03' 04 05\' + + + + + + + + + + + + + + + + + + + + + + + + + + +