update inbox list
This commit is contained in:
10
vendor/scrivo/highlight.php/test/detect/erb/default.txt
vendored
Normal file
10
vendor/scrivo/highlight.php/test/detect/erb/default.txt
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<%# this is a comment %>
|
||||
|
||||
<% @posts.each do |post| %>
|
||||
<p><%= link_to post.title, post %></p>
|
||||
<% end %>
|
||||
|
||||
<%- available_things = things.select(&:available?) -%>
|
||||
<%%- x = 1 + 2 -%%>
|
||||
<%% value = 'real string #{@value}' %%>
|
||||
<%%= available_things.inspect %%>
|
||||
Reference in New Issue
Block a user