#6262 Extend syntax highlighting for custom file extensions

unreleased
open
nobody
None
SCM
nobody
2013-11-13
2013-05-21
No

It'd be useful to allow project admins to specify which syntax highlighting to use for new file extension patterns. E.g. bash scripts that don't end with .sh

This is currently implemented with pygments.lexers.get_lexer_for_filename in the app_globals.py highlight function. guess_lexer might be helpful

Discussion


Log in to post a comment.