Herb C Reference
Loading...
Searching...
No Matches
element_source.h
Go to the documentation of this file.
1#ifndef HERB_ELEMENT_SOURCE_H
2#define HERB_ELEMENT_SOURCE_H
3
4#include "util/hb_string.h"
5
6#define ELEMENT_SOURCE_HTML hb_string("HTML")
7#define ELEMENT_SOURCE_HAML hb_string("Haml")
8#define ELEMENT_SOURCE_SLIM hb_string("Slim")
9
10#endif