Merge "Add support for jsx lang to be syntax highlighted"

This commit is contained in:
Wyatt Allen
2018-04-26 19:00:33 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,7 @@
'text/css': 'css',
'text/html': 'html',
'text/javascript': 'js',
'text/jsx': 'jsx',
'text/x-c': 'cpp',
'text/x-c++src': 'cpp',
'text/x-clojure': 'clojure',