Skip to content

Commit

Permalink
regenerate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jul 30, 2020
1 parent 1a2645e commit 802556e
Show file tree
Hide file tree
Showing 5 changed files with 1,614 additions and 516 deletions.
2 changes: 1 addition & 1 deletion docs/highlight-cadence.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const toHtml = require('hast-util-to-html')

const makeHighlightOptions = (target) => ({
languageScopes: {'cadence': 'source.cadence'},
grammarPaths: ['../tools/vscode-extension/syntaxes/cadence.tmGrammar.json'],
grammarPaths: ['../../vscode-flow/syntaxes/cadence.tmGrammar.json'],
themePath: './light_vs.json',
target: target,
})
Expand Down
Loading

0 comments on commit 802556e

Please sign in to comment.