Adds a "XUL or XBL" syntax option.
Note: This is unlikely to be useful unless you work on Firefox.
At the moment, clone this repo into your Packages directory. Eventually you'll be able to use package control, hopefully.
Set *.xml, *.xul, and *.dtd files to open with this syntax populate the symbol list and index, so that "Go To Symbol in Package" (Cmd+Shift+R or Ctrl+Shift+R) can jump to XBL <method>s and <!ENTITYs the localization dtd files.
- Improved syntax highlighting for files containing XBL and XUL.
- XBL methods are available in the symbol list and index, e.g. Go To Symbol works for them (Requires that this be the default syntax for the files they're present in).
<!ENTITYdeclarations are available in the symbol list in index (must be default syntax for their files, as above).
- XBL support, comparison with HTML and XML syntaxes:
- Mozilla preprocessor support:
- Various other XUL support features:


