From ff2e5d0b7fb93c841f701ef13bd6f951e83fc7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Kr=C3=BCger?= Date: Fri, 19 May 2017 08:28:54 +0200 Subject: Fixed 'Bug 56625 - T4 editor breaks - no syntax highlighting and typing issues' The old syntax mode wasn't used. We had T4 textmate highlighting the syntax mode was just bad/not working. --- .../MonoDevelop.TextTemplating.csproj | 3 - .../MonoDevelop.TextTemplating/T4SyntaxMode.xml | 242 --------------------- 2 files changed, 245 deletions(-) delete mode 100644 main/src/addins/TextTemplating/MonoDevelop.TextTemplating/T4SyntaxMode.xml (limited to 'main/src/addins/TextTemplating') diff --git a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.csproj b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.csproj index 9678172b04..6b008db13e 100644 --- a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.csproj +++ b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/MonoDevelop.TextTemplating.csproj @@ -39,9 +39,6 @@ MonoDevelop.TextTemplating.addin.xml - - T4SyntaxMode.xml - diff --git a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/T4SyntaxMode.xml b/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/T4SyntaxMode.xml deleted file mode 100644 index 09b6d4cfab..0000000000 --- a/main/src/addins/TextTemplating/MonoDevelop.TextTemplating/T4SyntaxMode.xml +++ /dev/null @@ -1,242 +0,0 @@ - - - - - - - qkl6ynrv7y234crtnq238rtxck3 - - - <#@ - #> - - - - - - <#@ - #> - - - - - <#= - #> - - - - <#+ - #> - - - - <# - #> - - - - - - " - " - - - - ' - ' - - - - [A-Za-z0-9_]+(:[A-Za-z0-9_]+)?[\s\n\r]*= - - - - - /* - */ - - - - @" - " - - - - " - " - - - - ' - ' - - - CSharpNumber - - - this - base - - - - as - is - new - sizeof - typeof - stackalloc - - - - else - if - switch - case - default - - - - do - for - foreach - in - while - - - - break - continue - goto - return - - - - yield - partial - global - where - __arglist - __makeref - __reftype - - - - try - throw - catch - finally - - - - true - false - null - - - - abstract - const - event - extern - override - readonly - sealed - static - virtual - volatile - - public - protected - private - internal - - - - bool - byte - char - decimal - double - enum - float - int - long - sbyte - short - struct - uint - ushort - ulong - object - string - - - - void - - - - namespace - using - - - - get - set - add - remove - value - - - - class - interface - delegate - - - - params - ref - out - - - - - explicit - implicit - - operator - - - - checked - unchecked - fixed - unsafe - lock - - - \ No newline at end of file -- cgit v1.2.3