diff --git a/PowerShellSyntax.tmLanguage b/PowerShellSyntax.tmLanguage
index 43adbba..ca67f3f 100644
--- a/PowerShellSyntax.tmLanguage
+++ b/PowerShellSyntax.tmLanguage
@@ -467,42 +467,6 @@
patterns
-
- include
- #variable
-
-
- include
- #variableNoProperty
-
-
- include
- #hashtable
-
-
- include
- #scriptblock
-
-
- include
- #doubleQuotedStringEscapes
-
-
- include
- #doubleQuotedString
-
-
- include
- #type
-
-
- include
- #numericConstant
-
-
- include
- #doubleQuotedString
-
include
$self
@@ -524,39 +488,6 @@
-
- begin
- (?<!')'
- beginCaptures
-
- 0
-
- name
- punctuation.definition.string.begin.powershell
-
-
- end
- '(?!')
- endCaptures
-
- 0
-
- name
- punctuation.definition.string.end.powershell
-
-
- name
- string.quoted.single.powershell
- patterns
-
-
- match
- ''
- name
- constant.character.escape.powershell
-
-
-