Skip to content

Commit

Permalink
feat(Digests): Add buildDigest and other digests; refactor code types
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Aug 16, 2021
1 parent 74235e1 commit 0521783
Show file tree
Hide file tree
Showing 18 changed files with 689 additions and 733 deletions.
26 changes: 16 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,28 @@
},
{
"fileMatch": [
"*.CodeChunk.json"
"*.CodeExecutable.json"
],
"url": "./public/CodeChunk.schema.json"
"url": "./public/CodeExecutable.schema.json"
},
{
"fileMatch": [
"*.CodeFragment.json"
"*.CodeChunk.json"
],
"url": "./public/CodeFragment.schema.json"
"url": "./public/CodeChunk.schema.json"
},
{
"fileMatch": [
"*.CodeExpression.json"
],
"url": "./public/CodeExpression.schema.json"
},
{
"fileMatch": [
"*.CodeFragment.json"
],
"url": "./public/CodeFragment.schema.json"
},
{
"fileMatch": [
"*.CodeError.json"
Expand Down Expand Up @@ -314,12 +320,6 @@
],
"url": "./public/Paragraph.schema.json"
},
{
"fileMatch": [
"*.Variable.json"
],
"url": "./public/Variable.schema.json"
},
{
"fileMatch": [
"*.Parameter.json"
Expand Down Expand Up @@ -464,6 +464,12 @@
],
"url": "./public/TupleValidator.schema.json"
},
{
"fileMatch": [
"*.Variable.json"
],
"url": "./public/Variable.schema.json"
},
{
"fileMatch": [
"*.VideoObject.json"
Expand Down
Loading

0 comments on commit 0521783

Please sign in to comment.