Skip to content

Commit

Permalink
Merge pull request #407 from Slowki/steph/bazel-modules
Browse files Browse the repository at this point in the history
add '.bazel' to extension list
  • Loading branch information
asottile authored Aug 21, 2023
2 parents 0b48292 + a5c156c commit 63d356f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
'bash': {'text', 'shell', 'bash'},
'bat': {'text', 'batch'},
'bats': {'text', 'shell', 'bash', 'bats'},
'bazel': {'text', 'bazel'},
'beancount': {'text', 'beancount'},
'bib': {'text', 'bib'},
'bmp': {'binary', 'image', 'bitmap'},
Expand Down Expand Up @@ -326,7 +327,6 @@
'.zshenv': EXTENSIONS['zsh'],
'AUTHORS': EXTENSIONS['txt'],
'BUILD': EXTENSIONS['bzl'],
'BUILD.bazel': EXTENSIONS['bzl'],
'CMakeLists.txt': EXTENSIONS['cmake'],
'CHANGELOG': EXTENSIONS['txt'],
'config.ru': EXTENSIONS['rb'],
Expand Down

0 comments on commit 63d356f

Please sign in to comment.