Skip to content

qmake project highlighting support for the Vim editor

Notifications You must be signed in to change notification settings

tiamat18/vim-qmake

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Qt project file syntax plugin for Vim

Forked from askbriar/vim-qmake, which was itself a fork of artoj/qmake-syntax-vim

Copyright (C) 2017 tiamat18 tiamatX18@gmail.com

Copyright (C) 2015-2016 ArkBriar arkbriar@gmail.com

Copyright (C) 2011-2012 Arto Jonsson artoj@iki.fi

###ABOUT

qmake is a Makefile generator used by the Qt toolkit.

The 'qmake.vim' file provides syntax coloring for qmake project files.

###INSTALLATION

Put the 'syntax/qmake.vim' file to your $VIMRUNTIME/syntax/ directory. Then you can use:

:set syntax=qmake

To use the syntax in the current buffer.

To set the syntax automatically for certain file types, such as '.pro' in this case, put the 'ftdetect/pro.vim' in $VIMRUNTIME/ftdetect/ directory.

See :help ftdetect for more information.

Alternatively you can use bundle manager such as Vundle or Pathogen.

About

qmake project highlighting support for the Vim editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%