Skip to content

Commit

Permalink
Update OSL.ohf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Nov 30, 2024
1 parent 43e817d commit 09e4f01
Showing 1 changed file with 70 additions and 15 deletions.
85 changes: 70 additions & 15 deletions Other/OHF/OSL.ohf
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@
"data": " +|\"(?:[^\\\"]*|\\.)*(?:\"|$)|'(?:[^\\']*|\\.)*(?:'|$)|[\\+\\-/*^%!]|[(),\\[\\]{}:]|[\\d.]+|\\.?[^\\[\\],. \\n()\\-+\/*%^]+|."
},
"overrides": {
"origin.comments": "#aaaaaa",
"origin.numbers": "#5c9bec",
"origin.strings": "#9cc6ff"
"origin.numbers": "#6eace5",
"origin.strings": "#a6d6ff",
"origin.comments": "#555c67",
"origin.functions": "#af8ed6",
"origin.objects": "#78bdfb"
},
"categories": {
"ui": {
"color": "#b7fbff",
"color": "#cca2b4",
"tokens": [
"text",
"icon",
Expand All @@ -34,7 +36,22 @@
"bar",
"iframe",
"graph",
"icongrid"
"icongrid",
"pen",
"effect",
"c",
"color",
"colour",
"configtext",
"triangle",
"line",
"dots",
"stripe",
"stretch",
"dropdown",
"3dr",
"uri",
"canv"
]
},
"positioning": {
Expand All @@ -48,20 +65,44 @@
"set_x",
"set_y",
"direction",
"pointat"
"pointat",
"turnleft",
"turnright"
]
},
"window": {
"color": "#b63ceb",
"tokens": [
"window",
"mainloop:",
"import",
"permission"
"permission",
"save",
"localdb",
"indexedDB",
"file",
"include",
"notify",
"rightclick",
"clipboard",
"camera",
"display",
"systemvars",
"transmit",
"zip",
"rotur",
"simulate",
"cursor",
"colourpicker",
"global",
"py",
"eval",
"oasm",
"otas",
"terminal",
"network"
]
},
"programflow": {
"color": "#eb3c3c",
"color": "#fb7971",
"tokens": [
"if",
"else",
Expand All @@ -73,15 +114,28 @@
"break",
"switch",
"case",
"default"
"default",
"try",
"catch",
"import",
"as",
"from",
"export",
"self",
"wait",
"event",
"run",
"frame",
"throw"
]
},
"functions": {
"color": "#eb7f3c",
"tokens": [
"def",
"endef",
"return"
"return",
"this"
]
},
"logging": {
Expand All @@ -90,11 +144,12 @@
"log",
"warn",
"error",
"say"
"say",
"clear"
]
},
"operators": {
"color": "#ffec9c",
"color": "#fb7971",
"tokens": [
"+",
"-",
Expand Down Expand Up @@ -150,7 +205,7 @@
]
},
"brackets": {
"color": "#9cc6ff",
"color": "#dab908",
"tokens": [
"(",
")",
Expand Down

0 comments on commit 09e4f01

Please sign in to comment.