Skip to content

Commit

Permalink
Add Nite (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Snazzah <7025343+Snazzah@users.noreply.github.com>
  • Loading branch information
NiTiSon and Snazzah committed Jul 21, 2022
1 parent bfae1ed commit e268099
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 @@ -92,7 +92,8 @@ def base_activity(started = False):
'yar,yara': 'yara',
'pp,pas,inc': 'pascal',
'scss,sass': 'sass',
'nim': 'nim'
'nim': 'nim',
'nite,nitecode,nightcode,nc': 'nitecode'
}

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

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

Please sign in to comment.