Skip to content

Commit

Permalink
Add csh to interpreters and .cshrc to extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
abduhbm committed May 28, 2020
1 parent 62cc69d commit a55c334
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
'cpp': {'text', 'c++'},
'crt': {'text', 'pem'},
'cs': {'text', 'c#'},
'csh': {'text', 'shell', 'csh'},
'cson': {'text', 'cson'},
'css': {'text', 'css'},
'csv': {'text', 'csv'},
Expand Down Expand Up @@ -196,6 +197,7 @@
'.bash_aliases': EXTENSIONS['bash'],
'.bash_profile': EXTENSIONS['bash'],
'.bowerrc': EXTENSIONS['json'] | {'bowerrc'},
'.cshrc': EXTENSIONS['csh'],
'.coveragerc': EXTENSIONS['ini'] | {'coveragerc'},
'.dockerignore': {'text', 'dockerignore'},
'.editorconfig': {'text', 'editorconfig'},
Expand Down
1 change: 1 addition & 0 deletions identify/interpreters.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@
'sh': {'shell', 'sh'},
'tcsh': {'shell', 'tcsh'},
'zsh': {'shell', 'zsh'},
'csh': {'shell', 'csh'},
}

0 comments on commit a55c334

Please sign in to comment.