-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
bugSomething isn't workingSomething isn't workingdifficulty: mediumA typical task that maybe a bit time consuming or just requires to use a bit advanced algorithm.A typical task that maybe a bit time consuming or just requires to use a bit advanced algorithm.enhancementNew feature or requestNew feature or requestest. time: < 1 weekA loose time estimation of less than one week of work.A loose time estimation of less than one week of work.
Milestone
Description
Default code highlighting is limited. Where possible we should add custom type hints to properly color a token.
Status
- tokenization hook for
// prism-push-types:Type1,Type2,Type3 - we'll have to fix:
MagicComments should be applied after Prism tokenization to properly track line numbers facebook/docusaurus#8550
The problem
Example: Enemy token should be manually marked as a class name for better preview

How it should be done:
// prism-push-types:Enemy
int main()
{
Enemy boss;
}Result preview:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdifficulty: mediumA typical task that maybe a bit time consuming or just requires to use a bit advanced algorithm.A typical task that maybe a bit time consuming or just requires to use a bit advanced algorithm.enhancementNew feature or requestNew feature or requestest. time: < 1 weekA loose time estimation of less than one week of work.A loose time estimation of less than one week of work.
Type
Projects
Status
Todo
