demmet

Undocumented in source.

Members

Aliases

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)
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