Code Blocks: Added SAS and R language options

For #5206
This commit is contained in:
Dan Brown
2024-09-30 16:47:55 +01:00
parent f583354748
commit 8bc6e75319
3 changed files with 5 additions and 1 deletions

View File

@ -71,10 +71,12 @@ const modeMap = {
ocaml: () => legacyLoad('oCaml'),
py: () => legacyLoad('python'),
python: () => legacyLoad('python'),
r: () => legacyLoad('r'),
rb: () => legacyLoad('ruby'),
rs: () => legacyLoad('rust'),
ruby: () => legacyLoad('ruby'),
rust: () => legacyLoad('rust'),
sas: () => legacyLoad('sas'),
scala: () => legacyLoad('scala'),
scheme: () => legacyLoad('scheme'),
shell: () => legacyLoad('shell'),