diff --git a/Slang/slang.html b/Slang/slang.html index be434f9..d4bc5de 100755 --- a/Slang/slang.html +++ b/Slang/slang.html @@ -72,6 +72,25 @@ opacity: 0.8; } + +/* syntax... */ + +pre .comment { + font-style: italic; + color: gray; +} +pre :not(.comment) { + font-weight: bold; +} +pre :not(.comment) .string { + font-style: italic; + color: blue; +} +pre :not(.comment) .word { + font-weight: bold; + color: blue; +} + @@ -210,10 +229,28 @@ function showAvailableWords(){