Default file type is Objective-C++ for this project

Previously it was C++ — not sure if a setting like this belongs in the project or should be user-specific. Presently though the .tm_properties system lack a way to include user specific files, and while one can put the settings in ~/.tm_properties and make them target a (project) sub-folder, they would not override the settings set in the project.
This commit is contained in:
Allan Odgaard
2013-01-16 03:54:15 +01:00
parent 4f7deb09d8
commit fd14df1800

View File

@@ -29,7 +29,7 @@ fileType = 'source.tm-properties'
fileType = 'source.objc++'
[ attr.untitled ]
fileType = 'source.c++'
fileType = 'source.objc++'
[ tests/*.{cc,mm} ]
scopeAttributes = 'attr.test.cxxtest'