update inbox list
This commit is contained in:
14
vendor/scrivo/highlight.php/test/detect/haml/default.txt
vendored
Normal file
14
vendor/scrivo/highlight.php/test/detect/haml/default.txt
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
!!! XML
|
||||
%html
|
||||
%body
|
||||
%h1.jumbo{:id=>"a", :style=>'font-weight: normal', :title=>title} highlight.js
|
||||
/html comment
|
||||
-# ignore this line
|
||||
%ul(style='margin: 0')
|
||||
-items.each do |i|
|
||||
%i= i
|
||||
= variable
|
||||
=variable2
|
||||
~ variable3
|
||||
~variable4
|
||||
The current year is #{DataTime.now.year}.
|
||||
Reference in New Issue
Block a user