Skip to content

Commit

Permalink
Add Nim (#97)
Browse files Browse the repository at this point in the history
closes #97
  • Loading branch information
Snazzah committed Jun 29, 2022
1 parent 4dded37 commit bfae1ed
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 @@ -91,7 +91,8 @@ def base_activity(started = False):
'xml,svg,yml,yaml,cfg,ini': 'xml',
'yar,yara': 'yara',
'pp,pas,inc': 'pascal',
'scss,sass': 'sass'
'scss,sass': 'sass',
'nim': 'nim'
}

# Scopes we can/should fallback to
Expand Down Expand Up @@ -120,7 +121,8 @@ def base_activity(started = False):
'pascal',
'ocaml',
'v',
'sass'
'sass',
'nim'
}

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

Please sign in to comment.