|
|
|
@ -33,14 +33,14 @@ namespace ICSharpCode.AvalonEdit.Highlighting
@@ -33,14 +33,14 @@ namespace ICSharpCode.AvalonEdit.Highlighting
|
|
|
|
|
hlm.RegisterHighlighting("C++", new[] { ".c", ".h", ".cc", ".cpp" , ".hpp" }, "CPP-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("Java", new[] { ".java" }, "Java-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("Patch", new[] { ".patch", ".diff" }, "Patch-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("PowerShell", new[] { ".ps1" }, "PowerShell.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("PowerShell", new[] { ".ps1", ".psm1", ".psd1" }, "PowerShell.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("PHP", new[] { ".php" }, "PHP-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("TeX", new[] { ".tex" }, "Tex-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("VBNET", new[] { ".vb" }, "VBNET-Mode.xshd"); |
|
|
|
|
hlm.RegisterHighlighting("XML", (".xml;.xsl;.xslt;.xsd;.manifest;.config;.addin;" + |
|
|
|
|
".xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;" + |
|
|
|
|
".booproj;.build;.xfrm;.targets;.xaml;.xpt;" + |
|
|
|
|
".xft;.map;.wsdl;.disco").Split(';'), |
|
|
|
|
".xft;.map;.wsdl;.disco;.ps1xml;.nuspec").Split(';'), |
|
|
|
|
"XML-Mode.xshd"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|