Skip to content

Commit

Permalink
Merge pull request #1171 from m-tmatma/feature/bat-keyword-setlocal-e…
Browse files Browse the repository at this point in the history
…ndlocal

batch ファイルのキーワードに setlocal/endlocal を追加
  • Loading branch information
m-tmatma authored Jan 25, 2020
2 parents 2d2ba62 + b70669a commit ed4df73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sakura_core/types/CType_Dos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ const wchar_t* g_ppszKeywordsBAT[] = {
L"LPT3",
L"CLOCK",
L"CLOCK$",
L"CONFIG$"
L"CONFIG$",
L"SETLOCAL",
L"ENDLOCAL"
};
int g_nKeywordsBAT = _countof(g_ppszKeywordsBAT);

0 comments on commit ed4df73

Please sign in to comment.