Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata
19
lexers/testdata/stylus.expected
vendored
Normal file
19
lexers/testdata/stylus.expected
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
[
|
||||
{"type":"NameVariable","value":"$white"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"Operator","value":"?="},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"LiteralNumberHex","value":"#fff"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"NameTag","value":"body"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"Punctuation","value":"{"},
|
||||
{"type":"Text","value":"\n "},
|
||||
{"type":"NameProperty","value":"color"},
|
||||
{"type":"Punctuation","value":":"},
|
||||
{"type":"Text","value":" "},
|
||||
{"type":"NameVariable","value":"$white"},
|
||||
{"type":"Punctuation","value":";"},
|
||||
{"type":"Text","value":"\n"},
|
||||
{"type":"Punctuation","value":"}"}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue