使用什么类型的格式?

时间:2022-08-17 16:53:37

This is a part of the syntax highlighting code, taken from TextMate.

这是语法高亮代码的一部分,取自TextMate。

Do you know what type of data formatting is being used? (it's definitely Json-like, but with variations)

你知道使用什么类型的数据格式吗? (这绝对是Json般的,但有变化)

{   shellVariables = (
        {   name = 'TM_COMMENT_START';
            value = '// ';
        },
        {   name = 'TM_COMMENT_START_2';
            value = '# ';
        },
        {   name = 'TM_COMMENT_START_3';
            value = '/*';
        },
        {   name = 'TM_COMMENT_END_3';
            value = '*/';
        },
    );
}

1 个解决方案

#1


1  

According to the TextMate manual the grammar definition uses os x properly list format.

根据TextMate手册,语法定义使用os x正确列表格式。

#1


1  

According to the TextMate manual the grammar definition uses os x properly list format.

根据TextMate手册,语法定义使用os x正确列表格式。