Skip to content

Commit 880ac27

Browse files
authored
Merge pull request #487 from vlotorev/main
Add bitbake extensions and files
2 parents 8dcf6f3 + 7116aa1 commit 880ac27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

identify/extensions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
'bat': {'text', 'batch'},
1414
'bats': {'text', 'shell', 'bash', 'bats'},
1515
'bazel': {'text', 'bazel'},
16+
'bb': {'text', 'bitbake'},
17+
'bbappend': {'text', 'bitbake'},
18+
'bbclass': {'text', 'bitbake'},
1619
'beancount': {'text', 'beancount'},
1720
'bib': {'text', 'bib'},
1821
'bmp': {'binary', 'image', 'bitmap'},
@@ -346,6 +349,8 @@
346349
'.zshrc': EXTENSIONS['zsh'],
347350
'.zshenv': EXTENSIONS['zsh'],
348351
'AUTHORS': EXTENSIONS['txt'],
352+
'bblayers.conf': EXTENSIONS['bb'],
353+
'bitbake.conf': EXTENSIONS['bb'],
349354
'BUILD': EXTENSIONS['bzl'],
350355
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
351356
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},

0 commit comments

Comments
 (0)