mirror of https://github.com/XAMPPRocky/tokei
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:
parent
480125cf5c
commit
d2b30026a6
|
|
@ -167,7 +167,7 @@
|
|||
"name": "Bitbake",
|
||||
"line_comment": ["#"],
|
||||
"quotes": [["\\\"", "\\\""], ["'", "'"]],
|
||||
"extensions": ["bb", "bbclass", "bbappend", "inc", "conf"]
|
||||
"extensions": ["bb", "bbclass", "bbappend", "inc"]
|
||||
},
|
||||
"Bqn": {
|
||||
"name": "BQN",
|
||||
|
|
|
|||
Loading…
Reference in New Issue