├── Preferences └── VCL.tmPreferences ├── README.md ├── Snippets ├── backend with probe.tmSnippet ├── backend.tmSnippet └── sub.tmSnippet ├── Syntaxes └── VCL.tmLanguage └── info.plist /Preferences/VCL.tmPreferences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/Preferences/VCL.tmPreferences -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/README.md -------------------------------------------------------------------------------- /Snippets/backend with probe.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/Snippets/backend with probe.tmSnippet -------------------------------------------------------------------------------- /Snippets/backend.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/Snippets/backend.tmSnippet -------------------------------------------------------------------------------- /Snippets/sub.tmSnippet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/Snippets/sub.tmSnippet -------------------------------------------------------------------------------- /Syntaxes/VCL.tmLanguage: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/Syntaxes/VCL.tmLanguage -------------------------------------------------------------------------------- /info.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zephirworks/Varnish.tmbundle/HEAD/info.plist --------------------------------------------------------------------------------