mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-01 10:52:24 +01:00
add new syntax test files
This commit is contained in:
40
tests/syntax-tests/highlighted/Textile/test.textile
Normal file
40
tests/syntax-tests/highlighted/Textile/test.textile
Normal file
@@ -0,0 +1,40 @@
|
||||
[38;2;248;248;242m###. Single line comment[0m
|
||||
|
||||
[38;2;248;248;242m###..[0m
|
||||
[38;2;248;248;242mMulti line comment.[0m
|
||||
|
||||
[38;2;248;248;242mThis line is also part of comment.[0m
|
||||
|
||||
[38;2;248;248;242mContinues till next block element[0m
|
||||
|
||||
[38;2;249;38;114mp[0m[38;2;249;38;114m.[0m[38;2;248;248;242m This is not a comment, but I am a paragraph.[0m
|
||||
|
||||
[38;2;124;120;101m<!--[0m[38;2;124;120;101m HTML comments can also be used [0m[38;2;124;120;101m-->[0m
|
||||
|
||||
|
||||
[38;2;249;38;114mh1[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh1[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;249;38;114mh2[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh2[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;249;38;114mh3[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh3[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;249;38;114mh4[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh4[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;249;38;114mh5[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh5[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;249;38;114mh6[0m[38;2;249;38;114m.[0m[38;2;253;151;31m This is an [0m[38;2;255;255;255m<[0m[38;2;249;38;114mh6[0m[38;2;255;255;255m>[0m
|
||||
|
||||
[38;2;248;248;242m--[0m
|
||||
|
||||
[38;2;248;248;242m* [0m[38;2;248;248;242mItem[0m
|
||||
[38;2;248;248;242m** [0m[38;2;248;248;242mSub-Item[0m
|
||||
[38;2;248;248;242m* [0m[38;2;248;248;242mAnother item[0m
|
||||
[38;2;248;248;242m** [0m[38;2;248;248;242mAnother sub-item[0m
|
||||
[38;2;248;248;242m** [0m[38;2;248;248;242mYet another sub-item[0m
|
||||
[38;2;248;248;242m*** [0m[38;2;248;248;242mThree levels deep[0m
|
||||
|
||||
[38;2;249;38;114mp[0m[38;2;166;226;46m{color:red}[0m[38;2;249;38;114m.[0m[38;2;248;248;242m This line will be red.[0m
|
||||
|
||||
[3;38;2;228;46;112m%span%[0m[38;2;248;248;242m are enclosed in percent symbols.[0m
|
||||
|
||||
[38;2;248;248;242mdiv. This is a new div element[0m
|
Reference in New Issue
Block a user