From 131bc29559209f9d76d99ed7b16784bc18cd5f33 Mon Sep 17 00:00:00 2001 From: Simon Fowler Date: Mon, 29 May 2023 21:42:43 +1000 Subject: [PATCH] Remove 'conf' extension from the Bitbake config. This really can't be claimed by a single language, unless it's an attempt at a "generic" config file format. --- languages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.json b/languages.json index 1e0506f13..c83a69729 100644 --- a/languages.json +++ b/languages.json @@ -161,7 +161,7 @@ "name": "Bitbake", "line_comment": ["#"], "quotes": [["\\\"", "\\\""], ["'", "'"]], - "extensions": ["bb", "bbclass", "bbappend", "inc", "conf"] + "extensions": ["bb", "bbclass", "bbappend", "inc"] }, "BrightScript": { "quotes": [["\\\"", "\\\""]],