-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- In the
RawDataDisplaycomponent, add syntax highlighting to the Object Content field. - One way to implement it could be to extract the file extension form the Object Name field and use that to identify the language.
- Eg:
script.js➡️js➡️javascript- Maybe
jsitself will work and the last transformation ofjstojavascriptmight not be required, but then wouldmjswork?
- Maybe
- Eg:
- A dynamic syntax highlighter would be required, not a static one, because nothing is server rendered and files can be of any language.
- Language support will have to be decided.
- Maybe HTML, CSS, JS, Shell, Bash, YAML and Python for now.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request