mirror of
https://github.com/alecthomas/chroma.git
synced 2025-02-09 13:23:51 +02:00
Highlight MSBuild project files for C#, F#, and C++ as XML. (#584)
This commit is contained in:
parent
3bdc3fbe7a
commit
decf9d3229
@ -10,7 +10,7 @@ var XML = internal.Register(MustNewLazyLexer(
|
||||
&Config{
|
||||
Name: "XML",
|
||||
Aliases: []string{"xml"},
|
||||
Filenames: []string{"*.xml", "*.xsl", "*.rss", "*.xslt", "*.xsd", "*.wsdl", "*.wsf", "*.svg"},
|
||||
Filenames: []string{"*.xml", "*.xsl", "*.rss", "*.xslt", "*.xsd", "*.wsdl", "*.wsf", "*.svg", "*.csproj", "*.vcxproj", "*.fsproj"},
|
||||
MimeTypes: []string{"text/xml", "application/xml", "image/svg+xml", "application/rss+xml", "application/atom+xml"},
|
||||
DotAll: true,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user