Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bengardner/uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
bengardner committed Jun 1, 2013
2 parents 2fc8bee + 7ba2041 commit 1e38539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keywords.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ static const chunk_tag_t keywords[] =
{ "false", CT_WORD, LANG_CPP | LANG_CS | LANG_D | LANG_JAVA | LANG_VALA },
{ "file", CT_PP_FILE, LANG_PAWN | FLAG_PP }, // PAWN
{ "final", CT_QUALIFIER, LANG_D | LANG_ECMA },
{ "finally", CT_FINALLY, LANG_D | LANG_CS | LANG_ECMA },
{ "finally", CT_FINALLY, LANG_D | LANG_CS | LANG_ECMA | LANG_JAVA },
{ "flags", CT_TYPE, LANG_VALA },
{ "float", CT_TYPE, LANG_ALLC },
{ "for", CT_FOR, LANG_ALL }, // PAWN
Expand Down

0 comments on commit 1e38539

Please sign in to comment.