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
Some things in HighlightJS make the porting harder for us. We should file issues for them to simplify that because it will benefit their project as well as ours.
We should file them when we publish our package with all languages working so we can refer to it when justifying the changes for them. This will result in a higher chance for them to land. Until then accumulating these changes here:
className: "" can be used instead of className: null for "explicit null" that overwrites other values.
No TypeScript.
Some languages do not have a name (TODO: list them here).
The text was updated successfully, but these errors were encountered:
Some things in HighlightJS make the porting harder for us. We should file issues for them to simplify that because it will benefit their project as well as ours.
We should file them when we publish our package with all languages working so we can refer to it when justifying the changes for them. This will result in a higher chance for them to land. Until then accumulating these changes here:
className: ""
can be used instead ofclassName: null
for "explicit null" that overwrites other values.The text was updated successfully, but these errors were encountered: