Skip to content

Commit b7dd4ef

Browse files
committed
Removing ternary operator match for now (too many false matches, needs to be more intelligent)
1 parent 59d52e6 commit b7dd4ef

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Syntaxes/PHP.plist

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1800,12 +1800,6 @@
18001800
<key>name</key>
18011801
<string>keyword.operator.assignment.php</string>
18021802
</dict>
1803-
<dict>
1804-
<key>match</key>
1805-
<string>[?:]</string>
1806-
<key>name</key>
1807-
<string>keyword.operator.ternary.php</string>
1808-
</dict>
18091803
<dict>
18101804
<key>begin</key>
18111805
<string>(?i)\b(instanceof)\b\s+(?=[\\$a-z_])</string>

0 commit comments

Comments
 (0)