Add liquid_public_docs yard tag to snippet tag

This commit is contained in:
Julia Boutin 2025-10-24 10:39:13 -06:00 committed by Guilherme Carreiro
parent 4205131148
commit ae05ba071c

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true
module Liquid
# @liquid_public_docs
# @liquid_type tag
# @liquid_category variable
# @liquid_name snippet
@ -12,7 +13,6 @@ module Liquid
# {% snippet input %}
# value
# {% endsnippet %}
class Snippet < Block
def initialize(tag_name, markup, options)
super