[1mdiff --git a/.gitignore b/.gitignore[m
[1mindex c54d533..25c82eb 100644[m
[1m--- a/.gitignore[m
[1m+++ b/.gitignore[m
[36m@@ -8,3 +8,4 @@[m [mbuild[m
build-*[m
.DS_Store[m
*~[m
[32m+[m[32m.jked/config.jked[m
[1mdiff --git a/.jked/the_Foundation.jked b/.jked/the_Foundation.jked[m
[1mnew file mode 100644[m
[1mindex 0000000..5ee4cfe[m
[1m--- /dev/null[m
[1m+++ b/.jked/the_Foundation.jked[m
[36m@@ -0,0 +1,40 @@[m
[32m+[m[32m# Additions to the C syntax rules specific to the_Foundation.[m
[32m+[m[32mname: C[m
[32m+[m
[32m+[m[32mstyle: ^(?!.?//)(?!.?/*).*\b(i(True|False|NullRange|Assert|InvalidPos|InvalidSize|Clamp|Clob|Swap|Max|Min|Release(Ptr)?))\b[m
[32m+[m[32m 1: red bold[m
[32m+[m[32m flags: force green_masked[m
[32m+[m
[32m+[m[32mstyle: ^(?!.?//)(?!.?/*).*\b(i((Const)?ForEach(Reverse)?|ForIndices|(Declare|Define)\w+|Connect|Disconnect(Object)?))\b[m
[32m+[m[32m 1: red bold[m
[32m+[m[32m flags: force green_masked[m
[32m+[m
[32m+[m[32mstyle: \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[m
[32m+[m[32m 0: yellow bold[m
[32m+[m
[32m+[m[32mstyle: \bi(LocalDef|BeginPublic|EndPublic)\b[m
[32m+[m[32m 0: white bright[m
[32m+[m
[32m+[m[32mstyle: \b[a-z][A-Za-z0-9]+_A-Z+\b[m
[32m+[m[32m 0: green bold[m
[32m+[m
[32m+[m[32mstyle: \b(\w+_)\b[m
[32m+[m[32m 1: italic[m
[32m+[m[32m flags: force green_masked yellow_masked[m
[32m+[m
[32m+[m[32mstyle: \b[a-z][A-Za-z0-9]+_(A-Z+)\s*([m
[32m+[m[32m 1: cyan bold[m
[32m+[m[32m flags: force green_masked yellow_masked[m
[32m+[m
[32m+[m[32mstyle: \b([a-z][A-Za-z0-9]+A-Z+)\s*([m
[32m+[m[32m 1: cyan italic bright[m
[32m+[m[32m flags: force green_masked yellow_masked[m
[32m+[m
[32m+[m[32mstyle: \bClass_\w+\b[m
[32m+[m[32m 0: white bold[m
[32m+[m
[32m+[m[32mstyle: struct\s+(Impl_\w+)[m
[32m+[m[32m 1: white bold[m
[32m+[m
[32m+[m[32mstyle: \b(d)(->|\b)[m
[32m+[m[32m 1: white bold[m
text/plain
This content has been proxied by September (ba2dc).