test.php:
- Code: Select all
<script type="text/javascript">
require.config({
paths: {
"jquery": "jquery.<?= ENVIRONMENT == 'development' ? 'dev' : 'min' ?>"
}
});
</script>
Regards.
<script type="text/javascript">
require.config({
paths: {
"jquery": "jquery.<?= ENVIRONMENT == 'development' ? 'dev' : 'min' ?>"
}
});
</script>
<dict>
<key>name</key>
<string>Embedded begin (PHP)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html punctuation.section.embedded.begin.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded end (PHP)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html punctuation.section.embedded.end.php</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML double</string>
<key>scope</key>
<string>text.html.basic meta.tag.inline.any.html string.quoted.double.html source.php.embedded.line.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML single</string>
<key>scope</key>
<string>text.html.basic meta.tag.inline.any.html string.quoted.single.html source.php.embedded.line.html</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FF0000</string>
</dict>
</dict>
<dict>
<key>name</key>
<string>Embedded PHP in HTML (functions)</string>
<key>scope</key>
<string>text.html.basic source.php.embedded.block.html support.function</string>
<key>settings</key>
<dict>
<key>fontStyle</key>
<string></string>
<key>foreground</key>
<string>#FFFF00</string>
</dict>
</dict>Users browsing this forum: Google [Bot], raimy and 17 guests