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
I am working on getting GitHub support for highlighting edge files. GitHub uses the atom javascript textmate grammar which does not include #expression in it's repository causing the highlighting to be broken for highlighting powered by atom's javascript grammar.
You can see how github will highlight edge files using this preview app which also used the atom javascript grammar. Nova Lightshow JS preview
It must be made in this repo. Linguist uses this repository as a submodule to pull in the grammar so it will be automatically updated as changes are made to the grammar without us needing to submit patches back to linguist.
Package version
1.5.0
Describe the bug
I am working on getting GitHub support for highlighting edge files. GitHub uses the atom javascript textmate grammar which does not include
#expression
in it's repository causing the highlighting to be broken for highlighting powered by atom's javascript grammar.You can see how github will highlight edge files using this preview app which also used the atom javascript grammar.
Nova Lightshow JS preview
This is how it highlights using source.ts instead
Nova Lightshow TS preview
Reproduction repo
No response
The text was updated successfully, but these errors were encountered: