fix: plain 不存在语言爆黄
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
我们将不再手工维护object. h和object. c,而是从更适合我们需要的单一源开始生成文件。这个新的源文件可以用你喜欢的任何语言( 典型的是某些特定领域的语言 ),只要你有工具把它转换回C。下面是一个简单的例子,考虑下列布局来组织我们的对象:
|
||||
|
||||
```Plain
|
||||
```txt
|
||||
/* Raw C code (declarations) */
|
||||
- ObjectName
|
||||
AttributeName AttributeValue
|
||||
@@ -23,7 +23,7 @@
|
||||
|
||||
# object.txt
|
||||
|
||||
```Plain
|
||||
```txt
|
||||
#include <stdio.h>
|
||||
#include "object.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user