ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

XUL and XBL

by thomcc ST3

Sublime text package adding syntax highlighting to XUL and/or XBL files.

Details

Installs

  • Total 89
  • Win 55
  • Mac 23
  • Linux 11
Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8
Windows 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime XUL / XBL highlighting

Adds a “XUL or XBL” syntax option.

Note: This is unlikely to be useful unless you work on Firefox.

Installation

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.

Features

  • 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).
  • <!ENTITY declarations are available in the symbol list in index (must be default syntax for their files, as above).

Screenshots

  • XBL support, comparison with HTML and XML syntaxes:

xul-xbl-vs-xml-vs-html

  • Mozilla preprocessor support:

xul-preproc-example

  • Various other XUL support features:

xul-basic