Skip to content

Commit

Permalink
Update LanguageInfo.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Abu-Maher authored Dec 9, 2023
1 parent ccc4014 commit 17d882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstudio/src/LanguageInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ LanguageInfo GetLanguageInfo(const char* extension)
case L_RC: return { "RESOURCE", NPP_DEFAULTIMAGE };
case L_ASM: return { "ASSEMBLY", "assembly" };
case L_SQL: return { "SQL", "sql" };
case L_M: return { "MATLAB", "matlab" };
case L_MATLAB: return { "MATLAB", "matlab" };
default:
if (strcmp(extension, ".gitignore") == 0)
return { "GIT", "git" };
Expand Down

0 comments on commit 17d882e

Please sign in to comment.