Skip to content

vim syntax file for drupal's .info and .make files. Since these files aren't php based, it's necessary to have a separate syntax file to highlight the different sections of the file.

Notifications You must be signed in to change notification settings

nielsonm/Vim-Drupal-7-.info-syn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Usage:

  Move the file into ~/.vim/syntax/ if it exists.

  Copy the following lines into ~/.vimrc:

    augroup info
       autocmd BufRead,BufNewFile *.info set filetype=drupal-info
      autocmd BufRead,BufNewFile *.make set filetype=drupal-info
    augroup END

    Open a .info file and gaze thunderstruck at the colors.

Note:

  This vim syntax plugin should work for Drupal 6 as well, as always, YMMV.

About

vim syntax file for drupal's .info and .make files. Since these files aren't php based, it's necessary to have a separate syntax file to highlight the different sections of the file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published