Remove 'conf' extension from the Bitbake config. (#1001)

This really can't be claimed by a single language, unless it's an
attempt at a "generic" config file format.
This commit is contained in:
Simon Fowler 2024-11-16 21:42:15 +11:00 committed by GitHub
parent 480125cf5c
commit d2b30026a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
"name": "Bitbake",
"line_comment": ["#"],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["bb", "bbclass", "bbappend", "inc", "conf"]
"extensions": ["bb", "bbclass", "bbappend", "inc"]
},
"Bqn": {
"name": "BQN",