Adding QMake (Make-like) language.

Mostly because the file extension conflicts with that of Prolog.
This commit is contained in:
waddlesplash
2013-12-10 10:23:13 -05:00
parent 2180c11dc6
commit aa78060e41
6 changed files with 5449 additions and 4483 deletions

View File

@@ -1296,6 +1296,12 @@ QML:
color: "#44a51c"
primary_extension: .qml
QMake:
primary_extension: .pro
lexer: Text only
extensions:
- .pri
R:
type: programming
color: "#198ce7"