Skip to content

Commit

Permalink
feat: add ook coding language (fehmer) (#5203)
Browse files Browse the repository at this point in the history
  • Loading branch information
fehmer committed Mar 11, 2024
1 parent d224a80 commit f63f318
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/static/languages/_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,8 @@
"code_gdscript",
"code_gdscript_2",
"code_assembly",
"code_v"
"code_v",
"code_ook"
]
}
]
1 change: 1 addition & 0 deletions frontend/static/languages/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,5 @@
,"code_gdscript_2"
,"code_assembly"
,"code_v"
,"code_ook"
]
16 changes: 16 additions & 0 deletions frontend/static/languages/code_ook.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "code_ook",
"noLazyMode": true,
"_comment": "https://www.dangermouse.net/esoteric/ook.html",
"words": [
"Ook. Ook?",
"Ook? Ook.",
"Ook. Ook.",
"Ook! Ook!",
"Ook. Ook!",
"Ook! Ook.",
"Ook! Ook?",
"Ook? Ook!",
"Ook? Ook?"
]
}

0 comments on commit f63f318

Please sign in to comment.