Skip to content

Commit

Permalink
Add Factor (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 14, 2023
1 parent ab24633 commit 3a87557
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 @@ -97,7 +97,8 @@ def base_activity(started = False):
'nim': 'nim',
'nite,nitecode,nightcode,nc': 'nitecode',
'p6,pm6,pod6,raku,rakumod,rakudoc,rakutest,nqp,crotmp': 'raku',
'gml,yy': 'gml'
'gml,yy': 'gml',
'factor,facts': 'factor'
}

# Scopes we can/should fallback to
Expand Down Expand Up @@ -130,7 +131,8 @@ def base_activity(started = False):
'nim',
'nitecode',
'raku',
'gml'
'gml',
'factor'
}


Expand Down
Binary file added icons/lang-factor.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 3a87557

Please sign in to comment.