You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'm trying to make highlight.dart support GDScript, which has the language definition files generated from highlight.js.
However, unlike highlightjs-vue or highlightjs-graphql have the language definition files in the root directory, gdscript.js located in src/languages.
And I think it's also confusing having package.json's main value set to gdscript.js where there's no such file in the root directory.
The text was updated successfully, but these errors were encountered:
Following @joshgoebel 's instruction, I've created a PR.
And GDScript syntax definition file for highlight.dart can be generated from this repository, thanks.
Hello, I'm trying to make highlight.dart support GDScript, which has the language definition files generated from highlight.js.
However, unlike highlightjs-vue or highlightjs-graphql have the language definition files in the root directory, gdscript.js located in
src/languages
.And I think it's also confusing having package.json's
main
value set togdscript.js
where there's no such file in the root directory.The text was updated successfully, but these errors were encountered: