mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Website - Jade should be Pug. Fixes #13
This commit is contained in:
parent
7a30ac0613
commit
06c48a7281
6 changed files with 16 additions and 16 deletions
|
|
@ -92098,8 +92098,8 @@ window.EXPECTED = [
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "sample - jade",
|
||||
"language": "jade",
|
||||
"name": "sample - pug",
|
||||
"language": "pug",
|
||||
"result": {
|
||||
"vs": [
|
||||
[
|
||||
|
|
@ -92288,7 +92288,7 @@ window.EXPECTED = [
|
|||
"color": "#800000"
|
||||
},
|
||||
{
|
||||
"text": " Jade - node template engine",
|
||||
"text": "Pug- node template engine",
|
||||
"color": "#000000"
|
||||
}
|
||||
],
|
||||
|
|
@ -92312,7 +92312,7 @@ window.EXPECTED = [
|
|||
"color": "#0000ff"
|
||||
},
|
||||
{
|
||||
"text": " youAreUsingJade",
|
||||
"text": " youAreUsingPug",
|
||||
"color": "#000000"
|
||||
}
|
||||
],
|
||||
|
|
@ -92542,7 +92542,7 @@ window.EXPECTED = [
|
|||
"color": "#569cd6"
|
||||
},
|
||||
{
|
||||
"text": " Jade - node template engine",
|
||||
"text": " Pug - node template engine",
|
||||
"color": "#d4d4d4"
|
||||
}
|
||||
],
|
||||
|
|
@ -92566,7 +92566,7 @@ window.EXPECTED = [
|
|||
"color": "#569cd6"
|
||||
},
|
||||
{
|
||||
"text": " youAreUsingJade",
|
||||
"text": " youAreUsingPug",
|
||||
"color": "#d4d4d4"
|
||||
}
|
||||
],
|
||||
|
|
@ -92796,7 +92796,7 @@ window.EXPECTED = [
|
|||
"color": "#569cd6"
|
||||
},
|
||||
{
|
||||
"text": " Jade - node template engine",
|
||||
"text": " Pug - node template engine",
|
||||
"color": "#ffffff"
|
||||
}
|
||||
],
|
||||
|
|
@ -92820,7 +92820,7 @@ window.EXPECTED = [
|
|||
"color": "#569cd6"
|
||||
},
|
||||
{
|
||||
"text": " youAreUsingJade",
|
||||
"text": " youAreUsingPug",
|
||||
"color": "#ffffff"
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue