Skip to content

Commit 2409807

Browse files
authored
Rename Mathematica to Wolfram Language (#7634)
* Rename Mathematica to Wolfram Language Add exhaustive list of past and present interpreters * Add .wls (Wolfram Language script) extension to Wolfram Language Sample files: - install_dependencies.wls (MIT License; source: https://github.com/WolframResearch/submit-paclet/blob/5b3122fe30ca4cc74c89a341ad5414b36c4cb4f3/src/install_dependencies.wls) - configure-jupyter.wls (MIT License; source: https://github.com/WolframResearch/WolframLanguageForJupyter/blob/9a26ac78743cc47084c9c99ff75c5aee2657a409/configure-jupyter.wls)
1 parent d8c45c5 commit 2409807

19 files changed

+4479
-3934
lines changed

lib/linguist/heuristics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ disambiguations:
467467
pattern: '^: '
468468
- language: M
469469
pattern: '^\s*;'
470-
- language: Mathematica
470+
- language: Wolfram Language
471471
and:
472472
- pattern: '\(\*'
473473
- pattern: '\*\)$'

lib/linguist/languages.yml

Lines changed: 34 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4513,30 +4513,6 @@ Mask:
45134513
- ".mask"
45144514
tm_scope: source.mask
45154515
language_id: 223
4516-
Mathematica:
4517-
type: programming
4518-
color: "#dd1100"
4519-
extensions:
4520-
- ".mathematica"
4521-
- ".cdf"
4522-
- ".m"
4523-
- ".ma"
4524-
- ".mt"
4525-
- ".nb"
4526-
- ".nbp"
4527-
- ".wl"
4528-
- ".wlt"
4529-
aliases:
4530-
- mma
4531-
- wolfram
4532-
- wolfram language
4533-
- wolfram lang
4534-
- wl
4535-
tm_scope: source.mathematica
4536-
ace_mode: text
4537-
codemirror_mode: mathematica
4538-
codemirror_mime_type: text/x-mathematica
4539-
language_id: 224
45404516
Maven POM:
45414517
type: data
45424518
group: XML
@@ -8386,6 +8362,40 @@ Witcher Script:
83868362
ace_mode: text
83878363
tm_scope: source.witcherscript
83888364
language_id: 686821385
8365+
Wolfram Language:
8366+
type: programming
8367+
color: "#dd1100"
8368+
extensions:
8369+
- ".mathematica"
8370+
- ".cdf"
8371+
- ".m"
8372+
- ".ma"
8373+
- ".mt"
8374+
- ".nb"
8375+
- ".nbp"
8376+
- ".wl"
8377+
- ".wls"
8378+
- ".wlt"
8379+
aliases:
8380+
- mathematica
8381+
- mma
8382+
- wolfram
8383+
- wolfram lang
8384+
- wl
8385+
interpreters:
8386+
- wolfram
8387+
- WolframKernel
8388+
- wolframscript
8389+
- math
8390+
- MathKernel
8391+
- MathematicaScript
8392+
- WolframNB
8393+
- Mathematica
8394+
tm_scope: source.mathematica
8395+
ace_mode: text
8396+
codemirror_mode: mathematica
8397+
codemirror_mime_type: text/x-mathematica
8398+
language_id: 224
83898399
Wollok:
83908400
type: programming
83918401
color: "#a23738"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)