Skip to content

Commit

Permalink
Add lang-yaml package
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Jan 21, 2024
1 parent ccb92f9 commit 1917dd0
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 @@ -36,6 +36,7 @@ package-lock.json
/lang-sass
/lang-jinja2
/lang-less
/lang-yaml
/legacy-modes
/theme-one-dark
.tern-*
1 change: 1 addition & 0 deletions bin/packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ exports.nonCore = [
"lang-vue",
"lang-liquid",
"lang-less",
"lang-yaml",
"legacy-modes",
"theme-one-dark",
"merge"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"@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/lang-yaml": ["./lang-less/src/yaml.ts"],
"@codemirror/theme-one-dark": ["./theme-one-dark/src/one-dark.ts"]
}
},
Expand Down

0 comments on commit 1917dd0

Please sign in to comment.