Skip to content

Commit

Permalink
Add TSQL language definitions AvaloniaUI#107
Browse files Browse the repository at this point in the history
  • Loading branch information
danwalmsley committed Nov 20, 2020
1 parent 7911e59 commit 1530039
Show file tree
Hide file tree
Showing 2 changed files with 618 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/AvaloniaEdit/Highlighting/Resources/Resources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ internal static void RegisterBuiltInHighlightings(HighlightingManager.DefaultHig
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("TSQL", new[] { ".sql" }, "TSQL-Mode.xshd");
hlm.RegisterHighlighting("VB", new[] { ".vb" }, "VB-Mode.xshd");
hlm.RegisterHighlighting("XML", (".xml;.xsl;.xslt;.xsd;.manifest;.config;.addin;" +
".xshd;.wxs;.wxi;.wxl;.proj;.csproj;.vbproj;.ilproj;" +
Expand Down
Loading

0 comments on commit 1530039

Please sign in to comment.