mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Change elseif to elsif to match liquid
This commit is contained in:
parent
707338797b
commit
d7bce2c2ec
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
builtinTags: [
|
builtinTags: [
|
||||||
'if',
|
'if',
|
||||||
'else',
|
'else',
|
||||||
'elseif',
|
'elsif',
|
||||||
'endif',
|
'endif',
|
||||||
'render',
|
'render',
|
||||||
'assign',
|
'assign',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue