Replace jade with pug. Fixes #18219

This commit is contained in:
Martin Aeschlimann
2017-01-30 21:59:26 +01:00
parent c01ba26f61
commit cc8df7305b
9 changed files with 40 additions and 18 deletions
@@ -0,0 +1,3 @@
.ssdsd
// asdsdas
@@ -0,0 +1,27 @@
// h1(name=maintainer.name)
// | Maintainer:
// = ' ' + maintainer.name
table
tr
td(style='width: '+(100/2)+'%').
Twitter
td= maintainer.twitter
tr
td(style='width: '+(100/2)+'%').
Blog
td= maintainer.blog
- var user = { name: 'John' }
if user
div.welcomebox
// Filtered inline output
p.
Welcome, #{user.name}
else
div.loginbox
form(name="login", action="/login", method="post")
input(type="text", name="user")
input(type="password", name="pass")
input(type="submit", value="login")
p #[code samp] — Regular text. #[samp This is sample text] more text.
@@ -0,0 +1,24 @@
[
{
"c": ".ssdsd",
"t": "text.jade constant.language.js",
"r": {
"dark_plus": "constant.language: #569CD6",
"light_plus": "constant.language: #0000FF",
"dark_vs": "constant.language: #569CD6",
"light_vs": "constant.language: #0000FF",
"hc_black": "constant.language: #569CD6"
}
},
{
"c": " // asdsdas",
"t": "text.jade string.comment.buffered.block.jade",
"r": {
"dark_plus": "string: #CE9178",
"light_plus": "string.comment.buffered.block.jade: #0000FF",
"dark_vs": "string: #CE9178",
"light_vs": "string.comment.buffered.block.jade: #0000FF",
"hc_black": "string: #CE9178"
}
}
]
File diff suppressed because it is too large Load Diff