Bundled Plug-Ins
You can always inspect the bundled plug-ins within Espresso by right clicking the application in the Finder, choosing Show Package Contents, then navigating to Contents/SharedSupport and doing the same for the plug-in you wish to inspect.
For convenience, however, here are some of the things defined within the bundled plug-ins.
Language root zones
Styling
- CSS:
language-root.css
- LESS:
language-root.css.less
- SCSS:
language-root.css.scss
Markup
- HTML:
language-root.html
- Markdown:
language-root.markdown
XML
- XML:
language-root.xml
- XSL:
language-root.xml.xsl
- SVG:
language-root.xml.svg
Scripting
- JavaScript:
language-root.js
- JSON:
language-root.js.json
- CoffeeScript:
language-root.coffeescript
Programming
- PHP:
language-root.html.with-php
- Python:
language-root.python
- Ruby:
language-root.ruby
- ERB:
language-root.html.with-ruby
Miscellaneous
- Apache config:
language-root.apache
- Regex search:
language-root.regex
- Regex replace ($1 backreferences):
regex.replace
- Regex replace (\1 backreferences):
regex.replace.backslash-references
Placeholder theme IDs
apache
css
less
scss
php
markdown
regex