Skip to content

Commit

Permalink
Merge pull request #66 from beto-rodriguez/develop
Browse files Browse the repository at this point in the history
added params key word
  • Loading branch information
agc93 authored Feb 4, 2017
2 parents ce66e12 + 7dfb516 commit a1a11e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Classifier/Languages/BaseLanguage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static List<string> Control
=>
new List<string>
{
"\\b(if|else|while|for|foreach|in|do|return|continue|break|switch|case|default|goto|throw|try|catch|finally|lock|yield|await)\\b"
"\\b(if|else|while|for|foreach|in|do|return|continue|break|switch|case|default|goto|throw|try|catch|finally|lock|yield|await|params)\\b"
};
}
}
}

0 comments on commit a1a11e9

Please sign in to comment.