In the Cmake.tmLanguage you have
- Code: Select all
<key>fileTypes</key>
<array>
<string>CMakeLists.txt</string>
<string>cmake</string>
</array>
But ST does see it for CMakeLists.txt files. I suppose it looks for that string as an extension.
Could we have support for that kind of filename patterns?
Thanks