lib/rouge/lexers/twig.rb in rouge-3.20.0 vs lib/rouge/lexers/twig.rb in rouge-3.21.0
- old
+ new
@@ -15,13 +15,13 @@
mimetypes 'application/x-twig', 'text/html+twig'
def self.keywords
@@keywords ||= %w(as do extends flush from import include use else starts
- ends with without autoescape endautoescape block endblock
- embed endembed filter endfilter for endfor if endif
- macro endmacro sandbox endsandbox set endset
- spaceless endspaceless verbatim endverbatim)
+ ends with without autoescape endautoescape block
+ endblock embed endembed filter endfilter for endfor
+ if endif macro endmacro sandbox endsandbox set endset
+ spaceless endspaceless)
end
def self.tests
@@tests ||= %w(constant defined divisibleby empty even iterable null odd
sameas)