Skip to content

Commit 0c3a283

Browse files
committed
Add lang-angular package
1 parent 5aec2e8 commit 0c3a283

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ package-lock.json
3030
/lang-markdown
3131
/lang-lezer
3232
/lang-wast
33+
/lang-angular
3334
/legacy-modes
3435
/theme-one-dark
3536
.tern-*

bin/packages.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ exports.nonCore = [
2727
"lang-markdown",
2828
"lang-lezer",
2929
"lang-wast",
30+
"lang-angular",
3031
"legacy-modes",
3132
"theme-one-dark",
3233
"merge"

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@codemirror/lang-lezer": ["./lang-lezer/src/index.ts"],
3737
"@codemirror/lang-php": ["./lang-php/src/php.ts"],
3838
"@codemirror/lang-wast": ["./lang-wast/src/wast.ts"],
39+
"@codemirror/lang-angular": ["./lang-wast/src/angular.ts"],
3940
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
4041
}
4142
},

0 commit comments

Comments
 (0)