mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-20 03:10:39 -07:00
add variable in c
This commit is contained in:
@@ -12,4 +12,5 @@ void Init_liquid(void)
|
||||
|
||||
init_liquid_tokenizer();
|
||||
init_liquid_block();
|
||||
init_liquid_variable();
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
#include "tokenizer.h"
|
||||
#include "block.h"
|
||||
#include "utils.h"
|
||||
#include "variable.h"
|
||||
|
||||
extern VALUE mLiquid;
|
||||
extern VALUE cLiquidTemplate, cLiquidTag, cLiquidVariable;
|
||||
|
||||
Reference in New Issue
Block a user