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

Drupal

by robballou ALL

A package for Drupal snippets, autocomplete support, and info file syntax highlighting for Sublime Text

Details

  • 2017.03.15.21.16.28
  • github.​com
  • github.​com
  • 7 years ago
  • 3 minutes ago
  • 12 years ago

Installs

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

Readme

Source
raw.​githubusercontent.​com

Drupal Sublime Text

Adds Drupal 7 snippets/functionality. Find the source on Github: https://github.com/robballou/drupal-sublimetext

Installation

With Package Control

If you have the Package Control package installed, you can install Drupal from inside Sublime Text itself. Open the Command Palette and select “Package Control: Install Package”, then search for Drupal and you're done!

With Git

Mac OS X:

pushd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages
git clone git://github.com/robballou/drupal-sublimetext.git Drupal
popd

Windows 7:

cd "C:\Users\[your username]\AppData\Roaming\Sublime Text 2\Packages"
git clone git://github.com/robballou/drupal-sublimetext.git Drupal

Usage

Most of this package adds snippets for Drupal 7 core functions. I am still working on adding/checking that these functions are created correctly, but most of the functions should be there. There is also some information about snippets in the Sublime documentation.

Snippets can also be accessed via the command palette.

There also are some other completions for constants. There still needs to be a big import for some constants here but for now this should help if you use these in your site development. Recently I added a package I have been using for Drupal module info files which provides syntax highlighting, but also a few snippets and completions.