Skip to content

Commit

Permalink
Add Raku (#98)
Browse files Browse the repository at this point in the history
closes #98
  • Loading branch information
Snazzah committed Jul 21, 2022
1 parent f672f70 commit c13e60c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drp.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ def base_activity(started = False):
'pp,pas,inc': 'pascal',
'scss,sass': 'sass',
'nim': 'nim',
'nite,nitecode,nightcode,nc': 'nitecode'
'nite,nitecode,nightcode,nc': 'nitecode',
'p6,pm6,pod6,raku,rakumod,rakudoc,rakutest,nqp,crotmp': 'raku'
}

# Scopes we can/should fallback to
Expand Down Expand Up @@ -124,7 +125,8 @@ def base_activity(started = False):
'v',
'sass',
'nim',
'nitecode'
'nitecode',
'raku'
}

def get_icon(file, ext, _scope):
Expand Down
Binary file added icons/lang-raku.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 c13e60c

Please sign in to comment.