A major mode for qmake file focused on indentation in line-continuation and block.
- Keywords and font-lock source from
- ERT from julia-mode.el
For example,
SOURCES += \
foo.cpp \
bar.cpp
unix {
SOURCES += unix.cpp
}
Support ERT(Emacs Lisp regression testing tool)
$ emacs -batch -l ert -l qmake-mode.el -f ert-run-tests-batch-and-exit
or
M-x ert <Enter> t <Enter>
GNU General Public License Version 3