Skip to content

Commit 149074e

Browse files
authored
Merge pull request #488 from nicknovitski/direnv
feat: identify direnv files as Bash
2 parents 880ac27 + d2f995a commit 149074e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@
325325
'.csslintrc': EXTENSIONS['json'] | {'csslintrc'},
326326
'.dockerignore': {'text', 'dockerignore'},
327327
'.editorconfig': {'text', 'editorconfig'},
328+
'.envrc': EXTENSIONS['bash'],
328329
'.flake8': EXTENSIONS['ini'] | {'flake8'},
329330
'.gitattributes': {'text', 'gitattributes'},
330331
'.gitconfig': EXTENSIONS['ini'] | {'gitconfig'},
@@ -362,6 +363,7 @@
362363
'copy.bara.sky': EXTENSIONS['bzl'],
363364
'COPYING': EXTENSIONS['txt'],
364365
'Dockerfile': {'text', 'dockerfile'},
366+
'direnvrc': EXTENSIONS['bash'],
365367
'Gemfile': EXTENSIONS['rb'],
366368
'Gemfile.lock': {'text'},
367369
'GNUmakefile': EXTENSIONS['mk'],

0 commit comments

Comments
 (0)