Skip to content

Commit

Permalink
Fixed PHP Syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
siamak committed Aug 13, 2016
1 parent 88903e5 commit e2f90a0
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions Panda/panda-syntax.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -422,13 +422,57 @@
</dict>
<dict>
<key>name</key>
<string></string>
<string>source.php source.php.embedded.block.html constant.other.php</string>
<key>scope</key>
<string>source .property-value.css parameter constant.numeric.css keyword.other.unit.css</string>
<string>source.php source.php.embedded.block.html constant.other.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFB86C</string>
<string>#19F9D8</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>source.php source.php.embedded.block.html meta.class.php entity.name.type.class.php</string>
<key>scope</key>
<string>source.php source.php.embedded.block.html meta.class.php entity.name.type.class.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF75B5</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>source.php source.php.embedded.block.html variable.other.property.php</string>
<key>scope</key>
<string>source.php source.php.embedded.block.html variable.other.property.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FFC990</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>source.php source.php.embedded.block.html keyword.control.php</string>
<key>scope</key>
<string>source.php source.php.embedded.block.html keyword.control.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#6DB1FF</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>source.php source.php.embedded.block.html meta.class.php storage.modifier.abstract.php</string>
<key>scope</key>
<string>source.php source.php.embedded.block.html meta.class.php storage.modifier.abstract.php</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#FF2C6D</string>
</dict>
</dict>
</array>
Expand Down

0 comments on commit e2f90a0

Please # to comment.