Skip to content

Commit

Permalink
Move Hook to hook-lang organization (compiler-explorer#6066)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiosvm authored Jan 30, 2024
1 parent 266706f commit 56911da
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/config/hook.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion etc/config/hook.defaults.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file added views/resources/logos/hook-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified views/resources/logos/hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 56911da

Please sign in to comment.