From 99f28492c1dcf2babcccfe5646bfa4f3026c2c0e Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Mon, 1 Oct 2012 22:55:24 -0700 Subject: [PATCH] Remove TMlanguage file --- tool/typescript.tmlanguage | 132 ------------------------------------- 1 file changed, 132 deletions(-) delete mode 100755 tool/typescript.tmlanguage diff --git a/tool/typescript.tmlanguage b/tool/typescript.tmlanguage deleted file mode 100755 index 08cf29bd..00000000 --- a/tool/typescript.tmlanguage +++ /dev/null @@ -1,132 +0,0 @@ - - - - - comment - TypeScript Syntax: version 1.0 - fileTypes - - ts - str - - name - TypeScript - patterns - - - captures - - 1 - - name - keyword.operator.ts - - 2 - - name - variable.parameter.function.ts - - - comment - Match stuff like: module name {...} - match - \b(module)\s*(\s*[a-zA-Z0-9_?.$][\w?.$]*)\s* - name - meta.function.ts - - - comment - Match variable type keywords - match - \b(string|bool|number)\b - name - storage.type.variable.ts - - - captures - - 1 - - name - storage.type.variable.ts - - - comment - Match this. - match - \b(this)\. - name - - - - comment - Match stuff like: constructor - match - \b(constructor|declare|interface|as|AS)\b - name - keyword.operator.ts - - - captures - - 1 - - name - storage.type.variable.ts - - - comment - Match stuff like: super(argument, list) - match - (super)\s*\(([a-zA-Z0-9,_?.$\s]+\s*)\) - name - keyword.other.ts - - - captures - - 1 - - name - entity.name.function.ts - - - comment - Match stuff like: function() {...} - match - ([a-zA-Z_?.$][\w?.$]*)\(\) \{ - name - meta.function.ts - - - captures - - 1 - - name - variable.parameter.function.ts - - 2 - - name - variable.parameter.function.ts - - - comment - Match stuff like: (function: return type) - match - ([a-zA-Z0-9_?.$][\w?.$]*)\s*:\s*([a-zA-Z0-9_?.$][\w?.$]*) - name - meta.function.ts - - - include - source.js - - - scopeName - source.ts - uuid - 21e323af-f665-4161-96e7-5087d262557e - -