aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFábio de Souza Villaça Medeiros <fabiosvm@outlook.com>2024-01-30 19:18:40 -0300
committerGitHub <noreply@github.com>2024-01-30 23:18:40 +0100
commit56911da919a36cf1f918b18bf390281fbd454fc0 (patch)
tree3a950e1fb1e0c5148bc19f058890729e35b3c404
parent266706f4c4ed3866ac584d31fabb75a31ba0683d (diff)
downloadcompiler-explorer-56911da919a36cf1f918b18bf390281fbd454fc0.tar.gz
compiler-explorer-56911da919a36cf1f918b18bf390281fbd454fc0.zip
Move Hook to hook-lang organization (#6066)gh-10386
-rw-r--r--etc/config/hook.amazon.properties2
-rw-r--r--etc/config/hook.defaults.properties2
-rw-r--r--lib/languages.ts2
-rw-r--r--views/resources/logos/hook-dark.pngbin0 -> 13200 bytes
-rw-r--r--views/resources/logos/hook.pngbin11604 -> 13438 bytes
5 files changed, 3 insertions, 3 deletions
diff --git a/etc/config/hook.amazon.properties b/etc/config/hook.amazon.properties
index fcb0acbe1..089e73b14 100644
--- a/etc/config/hook.amazon.properties
+++ b/etc/config/hook.amazon.properties
@@ -13,7 +13,7 @@ group.hook.groupName=Hook
group.hook.isSemVer=true
group.hook.baseName=Hook
group.hook.licenseName=MIT
-group.hook.licenseLink=https://github.com/fabiosvm/hook-lang/blob/main/LICENSE
+group.hook.licenseLink=https://github.com/hook-lang/hook/blob/main/LICENSE
group.hook.instructionSet=hook
compiler.hook010.exe=/opt/compiler-explorer/hook/hook-0.1.0/bin/hook
diff --git a/etc/config/hook.defaults.properties b/etc/config/hook.defaults.properties
index 2e8e04e13..36c9a61e2 100644
--- a/etc/config/hook.defaults.properties
+++ b/etc/config/hook.defaults.properties
@@ -13,7 +13,7 @@ group.hook.groupName=Hook
group.hook.isSemVer=true
group.hook.baseName=Hook
group.hook.licenseName=MIT
-group.hook.licenseLink=https://github.com/fabiosvm/hook-lang/blob/main/LICENSE
+group.hook.licenseLink=https://github.com/hook-lang/hook/blob/main/LICENSE
group.hook.instructionSet=hook
compiler.hook010def.exe=hook
diff --git a/lib/languages.ts b/lib/languages.ts
index f9775827a..2ec593827 100644
--- a/lib/languages.ts
+++ b/lib/languages.ts
@@ -412,7 +412,7 @@ const definitions: Record<LanguageKey, LanguageDefinition> = {
extensions: ['.hk', '.hook'],
alias: [],
logoUrl: 'hook.png',
- logoUrlDark: null,
+ logoUrlDark: 'hook-dark.png',
formatter: null,
previewFilter: null,
monacoDisassembly: null,
diff --git a/views/resources/logos/hook-dark.png b/views/resources/logos/hook-dark.png
new file mode 100644
index 000000000..576aff526
--- /dev/null
+++ b/views/resources/logos/hook-dark.png
Binary files differ
diff --git a/views/resources/logos/hook.png b/views/resources/logos/hook.png
index 478a3c292..09742b708 100644
--- a/views/resources/logos/hook.png
+++ b/views/resources/logos/hook.png
Binary files differ