Syntax highlighting: associate *.cproj and *.xaml as xml
highlight.js doesn't seem to support these exact languages, but they are xml so it's more useful than having no syntax hightlighting. https://fileinfo.com/extension/csproj https://fileinfo.com/extension/xaml Change-Id: Ib5cb6678ac853928c688a08435b459c87d063641
This commit is contained in:
@@ -31,6 +31,7 @@ cpy = text/x-cobol
|
|||||||
cr = text/x-crystal
|
cr = text/x-crystal
|
||||||
cs = text/x-csharp
|
cs = text/x-csharp
|
||||||
csharp = text/x-csharp
|
csharp = text/x-csharp
|
||||||
|
csproj = application/xml
|
||||||
css = text/css
|
css = text/css
|
||||||
cpp = text/x-c++src
|
cpp = text/x-c++src
|
||||||
cql = text/x-cassandra
|
cql = text/x-cassandra
|
||||||
@@ -242,6 +243,7 @@ vm = text/velocity
|
|||||||
vtl = text/velocity
|
vtl = text/velocity
|
||||||
webidl = text/x-webidl
|
webidl = text/x-webidl
|
||||||
wsdl = application/xml
|
wsdl = application/xml
|
||||||
|
xaml = application/xml
|
||||||
xhtml = text/html
|
xhtml = text/html
|
||||||
xml = application/xml
|
xml = application/xml
|
||||||
xsd = application/xml
|
xsd = application/xml
|
||||||
|
Reference in New Issue
Block a user