aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--queries/janet_simple/highlights.scm25
1 files changed, 13 insertions, 12 deletions
diff --git a/queries/janet_simple/highlights.scm b/queries/janet_simple/highlights.scm
index 586f16944..2b4ddf95b 100644
--- a/queries/janet_simple/highlights.scm
+++ b/queries/janet_simple/highlights.scm
@@ -75,7 +75,8 @@
"->" "->>" "-?>" "-?>>"
"/="
"and" "as->" "as-macro" "as?->" "assert"
- "case" "chr" "comment" "compif" "comptime" "compwhen" "cond" "coro"
+ "case" "catseq" "chr" "comment" "compif" "comptime" "compwhen"
+ "cond" "coro"
"def-" "default" "defdyn" "defer" "defmacro" "defmacro-"
"defn" "defn-"
"delay" "doc"
@@ -119,8 +120,7 @@
".break" ".breakall" ".bytecode"
".clear" ".clearall"
".disasm"
- ".fiber"
- ".fn" ".frame"
+ ".fiber" ".fn" ".frame"
".locals"
".next" ".nextc"
".ppasm"
@@ -161,7 +161,7 @@
"debugger" "debugger-on-status"
"dec" "deep-not=" "deep=" "defglobal" "describe"
"dictionary?"
- "disasm" "distinct" "doc*" "doc-format" "doc-of" "dofile"
+ "disasm" "distinct" "div" "doc*" "doc-format" "doc-of" "dofile"
"drop" "drop-until" "drop-while" "dyn"
"eflush" "empty?" "env-lookup"
"eprin" "eprinf" "eprint" "eprintf" "error" "errorf"
@@ -174,22 +174,23 @@
"ev/sleep" "ev/take" "ev/thread" "ev/thread-chan" "ev/write"
"eval" "eval-string" "even?" "every?" "extreme"
"false?"
- "ffi/align" "ffi/call" "ffi/close" "ffi/context" "ffi/free"
- "ffi/jitfn" "ffi/lookup" "ffi/malloc" "ffi/native"
- "ffi/pointer-buffer" "ffi/read" "ffi/signature" "ffi/size"
- "ffi/struct" "ffi/trampoline" "ffi/write"
+ "ffi/align" "ffi/call" "ffi/calling-convetions" "ffi/close"
+ "ffi/context" "ffi/free" "ffi/jitfn" "ffi/lookup" "ffi/malloc"
+ "ffi/native" "ffi/pointer-buffer" "ffi/pointer-cfunction"
+ "ffi/read" "ffi/signature" "ffi/size" "ffi/struct"
+ "ffi/trampoline" "ffi/write"
"fiber/can-resume?" "fiber/current" "fiber/getenv"
"fiber/last-value" "fiber/maxstack" "fiber/new" "fiber/root"
"fiber/setenv" "fiber/setmaxstack" "fiber/status"
"fiber?"
- "file/close" "file/flush" "file/open" "file/read" "file/seek"
- "file/tell" "file/temp" "file/write"
+ "file/close" "file/flush" "file/lines" "file/open" "file/read"
+ "file/seek" "file/tell" "file/temp" "file/write"
"filter" "find" "find-index" "first" "flatten" "flatten-into"
"flush" "flycheck" "freeze" "frequencies" "from-pairs"
"function?"
"gccollect" "gcinterval" "gcsetinterval"
"gensym" "get" "get-in" "getline" "getproto" "group-by"
- "hash"
+ "has-key?" "has-value?" "hash"
"idempotent?" "identity" "import*" "in" "inc" "index-of"
"indexed?"
"int/s64" "int/to-bytes" "int/to-number" "int/u64"
@@ -222,7 +223,7 @@
"net/address-unpack" "net/chunk" "net/close" "net/connect"
"net/flush" "net/listen" "net/localname" "net/peername"
"net/read" "net/recv-from" "net/send-to" "net/server"
- "net/shutdown" "net/write"
+ "net/setsockopt" "net/shutdown" "net/write"
"next"
"nil?"
"not" "not="