From bba70a84dc83d6a9e127ddc6c124717f1d37a090 Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Fri, 28 Apr 2023 19:20:49 +0200 Subject: [PATCH] bait: change file extension to .bt --- LANGUAGES.md | 2 +- languages.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/LANGUAGES.md b/LANGUAGES.md index e30e7919..6b5cf25f 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -18,7 +18,7 @@ ATS (dats,sats,ats,hats) Autoconf (in) AutoHotKey (ahk) AWK (awk) -bait (bait) +bait (bt) BASH (bash,bash_login,bash_logout,bash_profile,bashrc,.bash_login,.bash_logout,.bash_profile,.bashrc) Basic (bas) Batch (bat,btm,cmd) diff --git a/languages.json b/languages.json index 2fd51ce3..3a6feb2a 100644 --- a/languages.json +++ b/languages.json @@ -507,7 +507,7 @@ "== " ], "extensions": [ - "bait" + "bt" ], "keywords": [ "and", @@ -538,6 +538,10 @@ "end": "'", "start": "'" }, + { + "end": "\"", + "start": "\"" + }, { "end": "`", "start": "`"