We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d694738 + e5fcd7f commit 7184614Copy full SHA for 7184614
src/languages.json
@@ -694,6 +694,22 @@
694
"wrap": "false",
695
"searchable": "true"
696
},
697
+ {
698
+ "type": "programming",
699
+ "extensions": [
700
+ ".bas"
701
+ ],
702
+ "tmScope": "source.basic",
703
+ "aceMode": "text",
704
+ "color": "#ff0000",
705
+ "languageId": 28923963,
706
+ "name": "BASIC",
707
+ "aliases": [
708
+ "basic"
709
710
+ "wrap": "false",
711
+ "searchable": "true"
712
+ },
713
{
714
"type": "programming",
715
"extensions": [
0 commit comments