增加xml和md文件的解析
This commit is contained in:
parent
75100a33db
commit
2735a5296a
|
|
@ -35,9 +35,11 @@ public final class EleCommonUtil {
|
|||
PARSE_MAP.put("ppt", new PptParse());
|
||||
PARSE_MAP.put("pptx", new PptParse());
|
||||
PARSE_MAP.put("text", new TextParse());
|
||||
PARSE_MAP.put("xml", new TextParse());
|
||||
PARSE_MAP.put("txt", new TextParse());
|
||||
PARSE_MAP.put("java", new TextParse());
|
||||
PARSE_MAP.put("py", new TextParse());
|
||||
PARSE_MAP.put("md", new TextParse());
|
||||
PARSE_MAP.put("cpp", new TextParse());
|
||||
PARSE_MAP.put("css", new TextParse());
|
||||
PARSE_MAP.put("html", new TextParse());
|
||||
|
|
|
|||
Loading…
Reference in New Issue