forked from mCaptcha/website
feat: enable syntax highlighting
This commit is contained in:
parent
2b1250bc6f
commit
9ebae72c46
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
||||||
@import "components/alerts";
|
@import "components/alerts";
|
||||||
@import "components/buttons";
|
@import "components/buttons";
|
||||||
@import "components/code";
|
@import "components/code";
|
||||||
// @import "components/syntax";
|
@import "components/syntax";
|
||||||
@import "components/comments";
|
@import "components/comments";
|
||||||
@import "components/forms";
|
@import "components/forms";
|
||||||
@import "components/images";
|
@import "components/images";
|
||||||
|
|
|
@ -58,9 +58,9 @@ rel = "sitemap"
|
||||||
guessSyntax = false
|
guessSyntax = false
|
||||||
hl_Lines = ""
|
hl_Lines = ""
|
||||||
lineNoStart = 1
|
lineNoStart = 1
|
||||||
lineNos = false
|
lineNos = true
|
||||||
lineNumbersInTable = true
|
lineNumbersInTable = false
|
||||||
noClasses = false
|
noClasses = true
|
||||||
style = "dracula"
|
style = "dracula"
|
||||||
tabWidth = 4
|
tabWidth = 4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue