Skip to content

Commit 93bc8be

Browse files
authored
Merge pull request #387 from serkonda7/bait-extension-patch
bait: change file extension to .bt
2 parents 14b9b22 + bba70a8 commit 93bc8be

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

LANGUAGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ATS (dats,sats,ats,hats)
1818
Autoconf (in)
1919
AutoHotKey (ahk)
2020
AWK (awk)
21-
bait (bait)
21+
bait (bt)
2222
BASH (bash,bash_login,bash_logout,bash_profile,bashrc,.bash_login,.bash_logout,.bash_profile,.bashrc)
2323
Basic (bas)
2424
Batch (bat,btm,cmd)

languages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
"== "
508508
],
509509
"extensions": [
510-
"bait"
510+
"bt"
511511
],
512512
"keywords": [
513513
"and",
@@ -538,6 +538,10 @@
538538
"end": "'",
539539
"start": "'"
540540
},
541+
{
542+
"end": "\"",
543+
"start": "\""
544+
},
541545
{
542546
"end": "`",
543547
"start": "`"

0 commit comments

Comments
 (0)