Skip to content

Commit

Permalink
Update OSL.ohf
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Jul 21, 2024
1 parent d580a76 commit c98f676
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions Other/OHF/OSL.ohf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"overrides": {
"origin.comments": "#aaaaaa",
"origin.integers": "#5c9bec",
"origin.numbers": "#5c9bec",
"origin.strings": "#9cc6ff"
},
"categories": {
Expand Down Expand Up @@ -88,15 +88,23 @@
"say"
]
},
"maths": {
"color": "",
"operators": {
"color": "#ffec9c",
"tokens": [
"+",
"-",
"*",
"/",
"%",
"^",
"?",
"in",
"notIn",
"b+",
"b-",
"b*",
"b/",
"b^",
"++",
"--",
"=",
Expand All @@ -105,24 +113,21 @@
"*=",
"/=",
"%=",
"^="
]
},
"comparisons": {
"color": "",
"tokens": [
"^=",
"==",
"!=",
"<",
">",
"!>",
"!<",
"<=",
">=",
"===",
"!=="
]
},
"logic": {
"color": "",
"color": "#5ba5ec",
"tokens": [
"true",
"false",
Expand Down

0 comments on commit c98f676

Please sign in to comment.