Skip to content

Commit

Permalink
Added highlighting for QSS files.
Browse files Browse the repository at this point in the history
  • Loading branch information
SokoloffA committed Mar 29, 2013
1 parent b822334 commit 052b3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/FileTypeSettings.cpp
Expand Up @@ -54,7 +54,7 @@ QStringList FileTypeSettings::getFileNamePatterns(const QString& type) {
list << "CMakeLists.txt" << "*.cmake";
}
else if ( type == "CSS") {
list << "*.css";
list << "*.css" << "*.qss";
}
else if ( type == "D") {
list << "*.d" << "*.di";
Expand Down

0 comments on commit 052b3d2

Please sign in to comment.