Skip to content

Commit

Permalink
Add the new built-in functions of ink 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Sep 8, 2018
1 parent cd4c813 commit 4255e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammars/Ink.YAML-tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ variables:
anyNonIdentifierCharacter: '[^a-zA-Z_\x{0100}-\x{017F}\x{0180}-\x{024F}\x{0600}-\x{06FF}\x{0530}-\x{058F}\x{0400}-\x{04FF}\x{0370}-\x{03FF}\x{0590}-\x{05FF}]'
validIdentifier: '{{indentifierBeginCharacter}}{{indentifierCharacter}}*'

standardFunctions: 'LIST_COUNT|LIST_MIN|LIST_MAX|LIST_ALL|LIST_INVERT|CHOICE_COUNT|TURNS_SINCE'
standardFunctions: 'LIST_COUNT|LIST_MIN|LIST_MAX|LIST_ALL|LIST_INVERT|LIST_RANDOM|CHOICE_COUNT|TURNS_SINCE|LIST_RANGE|TURNS|POW|FLOOR|CEILING|INT|FLOAT'

# Before we dive into the meat, a bit of syntax to remember:
#
Expand Down

0 comments on commit 4255e29

Please sign in to comment.