Skip to content

Commit

Permalink
Add GML (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snazzah committed Nov 14, 2023
1 parent 8d3c665 commit 5e730f5
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 @@ -96,7 +96,8 @@ def base_activity(started = False):
'scss,sass': 'sass',
'nim': 'nim',
'nite,nitecode,nightcode,nc': 'nitecode',
'p6,pm6,pod6,raku,rakumod,rakudoc,rakutest,nqp,crotmp': 'raku'
'p6,pm6,pod6,raku,rakumod,rakudoc,rakutest,nqp,crotmp': 'raku',
'gml,yy': 'gml'
}

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


Expand Down
Binary file added icons/lang-gml.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 5e730f5

Please sign in to comment.