Skip to content

Commit

Permalink
Merge pull request #487 from vlotorev/main
Browse files Browse the repository at this point in the history
Add bitbake extensions and files
  • Loading branch information
asottile authored Nov 25, 2024
2 parents 8dcf6f3 + 7116aa1 commit 880ac27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
'bat': {'text', 'batch'},
'bats': {'text', 'shell', 'bash', 'bats'},
'bazel': {'text', 'bazel'},
'bb': {'text', 'bitbake'},
'bbappend': {'text', 'bitbake'},
'bbclass': {'text', 'bitbake'},
'beancount': {'text', 'beancount'},
'bib': {'text', 'bib'},
'bmp': {'binary', 'image', 'bitmap'},
Expand Down Expand Up @@ -346,6 +349,8 @@
'.zshrc': EXTENSIONS['zsh'],
'.zshenv': EXTENSIONS['zsh'],
'AUTHORS': EXTENSIONS['txt'],
'bblayers.conf': EXTENSIONS['bb'],
'bitbake.conf': EXTENSIONS['bb'],
'BUILD': EXTENSIONS['bzl'],
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},
Expand Down

0 comments on commit 880ac27

Please sign in to comment.