From 8438f62b20fa1c65d1981bad2fc1e72ca773af0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi
Date: Wed, 18 Dec 2024 14:45:24 +0200
Subject: [PATCH 1/1] jked: Updated syntax
.jked/the_Foundation.jked | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jked/the_Foundation.jked b/.jked/the_Foundation.jked
index 5ee4cfe..aa455d4 100644
--- a/.jked/the_Foundation.jked
+++ b/.jked/the_Foundation.jked
@@ -12,7 +12,7 @@ style: ^(?!.?//)(?!.?/*).*\b(i((Const)?ForEach(Reverse)?|ForIndices|(Declare|
style: \bi(Any(Object)?|Bool|Char|MultibyteChar|Range[isfd]|Rangeui|Rangecc|Address|Archive|Audience|Array|AtomicInt|Block(Hash)?|Buffer|Class|CommandLine|Datagram|File|FileInfo|Rect|Stream|String(Array|Hash(Node)?|List|Set)?|Hash|IntSet|List|Map(Node)?|Mutex|Condition|Object(List)?|Process|Ptr(Array|Set)|Queue|RegExp(Match)?|Pipe|Service|Socket|SortedArray|Thread(Pool)?|Time|Tls(Certificate|Request)|Toml|Int2|Float[34]|Bool[34v]|Mat[34]|WebRequest|Xml(Document|Element|Attribute)|\w+Iterator)\b
0: yellow bold
-style: \bi(LocalDef|BeginPublic|EndPublic)\b
+style: \bi(LocalDef|NoReturn|BeginPublic|EndPublic)\b
0: white bright
style: \b[a-z][A-Za-z0-9]+_A-Z+\b
--
2.25.1
text/plain
This content has been proxied by September (3851b).