-cmake syntax highlighting, with the help from Daniel

Alex

Merge-request: 2164
Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
Alex Neundorf
2010-03-30 12:11:32 +02:00
committed by dt
parent 663b166732
commit 916623b473
9 changed files with 639 additions and 4 deletions

View File

@@ -35,7 +35,9 @@ namespace Constants {
const char * const PROJECTCONTEXT = "CMakeProject.ProjectContext";
const char * const CMAKEMIMETYPE = "text/x-cmake"; // TOOD check that this is correct
const char * const CMAKE_EDITOR_ID = "CMakeProject.CMakeEditor";
const char * const CMAKE_EDITOR_DISPLAY_NAME = "CMake Editor";
const char * const C_CMAKEEDITOR = "CMakeProject.Context.CMakeEditor";
} // namespace Constants
} // namespace CMakeProjectManager