Add double-underscored keywords (indention is too corrupted to fix - a mess of tabs instead of spaces)

This commit is contained in:
Philip Turner 2021-12-26 13:59:16 -05:00 committed by GitHub
parent 1943ce5ecc
commit 3ed28633bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,7 +170,10 @@ export const language = <languages.IMonarchLanguage>{
'weak', 'weak',
'where', 'where',
'while', 'while',
'willSet' 'willSet',
'__consuming',
'__owned'
], ],
symbols: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/, symbols: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,