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 c3e94a6 commit f90f072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vstudio/src/LanguageInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ LanguageInfo GetLanguageInfo(const char* extension)
case L_COFFEESCRIPT: return { "COFFEESCRIPT", "coffeescript" };
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" };
default:
if (strcmp(extension, ".gitignore") == 0)
return { "GIT", "git" };
Expand Down

0 comments on commit f90f072

Please sign in to comment.