From d54ee6040a22e05f5f4d85b6162d665e64398013 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 25 Mar 2021 18:04:14 +0100 Subject: [PATCH] add .bas = text/plain to mimemap --- src/sampleconf/mimemap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sampleconf/mimemap b/src/sampleconf/mimemap index 6d4f0bc4..ab6fbc67 100644 --- a/src/sampleconf/mimemap +++ b/src/sampleconf/mimemap @@ -27,6 +27,9 @@ # mimeview). You can in general use rcltext to wrap them in html for # indexing the contents (and rough preview). You could also just set them # as text/plain (index as text, use text viewer) + +# It seems that basic source files have no specific MIME? +.bas = text/plain .cpp = text/x-c .h = text/x-c .c = text/x-c