Skip to content

Commit 45fe95f

Browse files
author
fengjian
committed
support raw type for resource type
1 parent 7bef5a4 commit 45fe95f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lesscode-core/src/main/java/com/jayfeng/lesscode/core/ResourceLess.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public enum TYPE {
3333
LAYOUT("layout"),
3434
MENU("menu"),
3535
MIPMAP("mipmap"),
36+
RAW("raw"),
3637
STRING("string"),
3738
STYLE("style"),
3839
STYLEABLE("styleable");

0 commit comments

Comments
 (0)