mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user