Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
#22 - Hashtag fix 2:
Browse files Browse the repository at this point in the history
  • Loading branch information
CullieM committed May 25, 2021
1 parent c8628c3 commit a2e53e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/YarnSpinner/yarnSpinnerMonarch.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const tokensWIP =
yarnFloat: /-?[\d]+\.[\d]+/,
yarnInteger: /-?\d+/,
yarnOperator: /(is|==|!=|<=|>=|>(?!>)|<|or|\|\||xor|\^|!|and|&&|\+|-|\*|\/|%|=)/,
dialogueSymbols: /[:!@#%^&*\()\\\|<>?/~`,]/,
dialogueSymbols: /[:!@%^&*\()\\\|<>?/~`,]/,

yarnKeywords: ["as","true","false"],
yarnTypeKeywords: [ "Boolean", "String", "Number"],
Expand Down

0 comments on commit a2e53e2

Please sign in to comment.