Change elseif to elsif to match liquid

This commit is contained in:
dheardal 2024-04-27 08:17:47 +01:00 committed by GitHub
parent 707338797b
commit d7bce2c2ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ export const language = <languages.IMonarchLanguage>{
builtinTags: [
'if',
'else',
'elseif',
'elsif',
'endif',
'render',
'assign',