demmet

Undocumented in source.

Members

Aliases

Map
alias Map = string[string]
Undocumented in source.
StyleProcFunc
alias StyleProcFunc = string function(string buffer, string tag, ref string[] attr, ref string[] result)
Undocumented in source.
TagProcFunc
alias TagProcFunc = bool function(ref TagProp prop)
Undocumented in source.

Functions

countChar
int countChar(string input, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
countTokens
int countTokens(string str, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
emmet
string emmet(S input, S indent, StyleProcFunc styleProc)
Undocumented in source. Be warned that the author may not have intended to support it.
extractTabs
string extractTabs(string input, string indent)
Undocumented in source. Be warned that the author may not have intended to support it.
fabbr
bool fabbr(TagProp prop)
Undocumented in source. Be warned that the author may not have intended to support it.
getTabLevel
int getTabLevel(string e, string indent)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TagProp
struct TagProp
Undocumented in source.

Variables

tagProcs
TagProcFunc[] tagProcs;
Undocumented in source.

Meta