Skip to content

Commit

Permalink
Add yara (#67)
Browse files Browse the repository at this point in the history
closes #67
  • Loading branch information
Snazzah committed Mar 27, 2021
1 parent 810cc9d commit 61755f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drp.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def base_activity():
'txt,rst,rest': 'text',
'vue': 'vue',
'xml,svg,yml,yaml,cfg,ini': 'xml',
'yar,yara': 'yara'
}

# Scopes we can/should fallback to
Expand All @@ -104,6 +105,7 @@ def base_activity():
'pawn',
'python',
'scala',
'yara'
}

def get_icon(file, ext, _scope):
Expand Down
Binary file added icons/lang-yara.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 61755f2

@IlluminatiFish
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

Please sign in to comment.