You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the file highlighting is triggered by the file name or the file extension, but sometime it is not enough. For instance, a CMakeLists.txt file is not recognized as a CMake file. As well, CMakeLists.txt files are case sensitive, so a cmakelists.txt should not be highlighted.
It may be fixed for CMakeLists by using a new file filter: https://github.com/FlorianBen/gitea/commit/08f733310ccfaa77b86b6460fe7605fc04d4d627
The text was updated successfully, but these errors were encountered:
Description
Currently the file highlighting is triggered by the file name or the file extension, but sometime it is not enough. For instance, a CMakeLists.txt file is not recognized as a CMake file. As well, CMakeLists.txt files are case sensitive, so a cmakelists.txt should not be highlighted.
It may be fixed for CMakeLists by using a new file filter:
https://github.com/FlorianBen/gitea/commit/08f733310ccfaa77b86b6460fe7605fc04d4d627
The text was updated successfully, but these errors were encountered: