cocoatomo / pygments-dmdl

DMDL lexer and highlighter for Pygments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

属性オプションの末尾にカンマがあるときに構文解析に失敗する

cocoatomo opened this issue · comments

@attr(
    hoge = TRUE,
    fuga = "aaa",
)
model = {
    ...
};

など.