Skip to content

Commit 83805ad

Browse files
midgleyclildude
andauthored
Add KoLMafia ASH language (#5401)
* feat: add kolmafia-ash grammar * ash: add samples * ash: add ID * fix(ash): list-grammars * ash: add another sample * fix(ash): remove codemirror from language file * fix: remove too-large samples * Update vendor/README.md * Sort language entries --------- Co-authored-by: Colin Seymour <[email protected]>
1 parent f8e59e5 commit 83805ad

File tree

8 files changed

+483
-0
lines changed

8 files changed

+483
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,6 +1395,9 @@
13951395
[submodule "vendor/grammars/vscode-kdl"]
13961396
path = vendor/grammars/vscode-kdl
13971397
url = https://github.com/kdl-org/vscode-kdl.git
1398+
[submodule "vendor/grammars/vscode-kolmafia-ash"]
1399+
path = vendor/grammars/vscode-kolmafia-ash
1400+
url = https://github.com/midgleyc/vscode-kolmafia-ash
13981401
[submodule "vendor/grammars/vscode-lean"]
13991402
path = vendor/grammars/vscode-lean
14001403
url = https://github.com/leanprover/vscode-lean

grammars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,8 @@ vendor/grammars/vscode-just:
12411241
- source.just
12421242
vendor/grammars/vscode-kdl:
12431243
- source.kdl
1244+
vendor/grammars/vscode-kolmafia-ash:
1245+
- source.ash
12441246
vendor/grammars/vscode-lean:
12451247
- markdown.lean.codeblock
12461248
- source.lean

lib/linguist/languages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3857,6 +3857,14 @@ Kit:
38573857
- ".kit"
38583858
tm_scope: text.html.basic
38593859
language_id: 188
3860+
KoLMafia ASH:
3861+
type: programming
3862+
color: "#B9D9B9"
3863+
extensions:
3864+
- ".ash"
3865+
tm_scope: source.ash
3866+
ace_mode: text
3867+
language_id: 852099832
38603868
Koka:
38613869
type: programming
38623870
ace_mode: text

0 commit comments

Comments
 (0)