Syntax mappings for built-in code previewer #3740
Closed
anonymousgrasshopper
started this conversation in
4. Ideas
Replies: 1 comment
-
|
Duplicate of #1163, closing so we can track this in one place |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
bat has a
--map-syntaxfeature which enables us to highlight some files without dedicated syntax highlighting as if they had another filetype, e.g.--map-syntax "*.asy:cpp",--map-syntax "*.conf:ini", or--map-syntax "*justfile:Makefile". It would be great if the built-in code previewer supported a similar feature as well; is there some way to achieve that (without completely overriding the previewer) ?Beta Was this translation helpful? Give feedback.
All reactions