Skip to content

Commit

Permalink
Add lang-liquid package
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Sep 12, 2023
1 parent 8f2a192 commit 977c60c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ package-lock.json
/lang-wast
/lang-angular
/lang-vue
/lang-liquid
/lang-sass
/lang-jinja2
/lang-less
Expand Down
1 change: 1 addition & 0 deletions bin/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exports.nonCore = [
"lang-wast",
"lang-angular",
"lang-vue",
"lang-liquid",
"lang-less",
"legacy-modes",
"theme-one-dark",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@codemirror/lang-wast": ["./lang-wast/src/wast.ts"],
"@codemirror/lang-angular": ["./lang-angular/src/angular.ts"],
"@codemirror/lang-vue": ["./lang-vue/src/vue.ts"],
"@codemirror/lang-liquid": ["./lang-vue/src/liquid.ts"],
"@codemirror/lang-sass": ["./lang-sass/src/sass.ts"],
"@codemirror/lang-less": ["./lang-less/src/less.ts"],
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
Expand Down

0 comments on commit 977c60c

Please sign in to comment.