Skip to content

Commit 428e787

Browse files
committed
update documentation
1 parent aacecc7 commit 428e787

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,6 @@
101101
#### 📝 **Annotation System**
102102
-**EmmyLua** annotations
103103
-**Luacats** documentation
104-
-**Type definitions**
105-
-**Generic types**
106-
-**Union types**
107104

108105
</td>
109106
</tr>
@@ -142,8 +139,7 @@
142139
-**Error detection**
143140
-**Code formatting**
144141
-**Style enforcement**
145-
-**Unused variable detection**
146-
-**Type checking**
142+
-**More Linting**
147143

148144
</td>
149145
</tr>
@@ -330,6 +326,8 @@ cargo test --all-features --no-fail-fast
330326

331327
We welcome contributions!.
332328

329+
More details can be found in our [CONTRIBUTING.md](./CONTRIBUTING.md) file.
330+
333331
---
334332

335333
## 📄 License

docs/external_format/external_formatter_options_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ emmyLua_ls支持使用外部格式化工具来格式化 Lua 代码。通过配
6262
|------|------|--------|
6363
| `${file}` | 当前文件的完整路径 | `/path/to/script.lua` |
6464
| `${indent_size}` | 缩进大小(空格数) | `4` |
65-
| `${start_offset}` | 选定范围的起始UTF8偏移量 | `0` |
66-
| `${end_offset}` | 选定范围的结束UTF8偏移量 | `100` |
65+
| `${start_offset}` | 选定范围的起始byte偏移量 | `0` |
66+
| `${end_offset}` | 选定范围的结束byte偏移量 | `100` |
6767
| `${start_line}` | 当前文件的起始行 | `1` |
6868
| `${end_line}` | 当前文件的结束行 | `10` |
6969

docs/external_format/external_formatter_options_EN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ In the `args` parameters, you can use the following variables that will be repla
6464
|----------|-------------|---------------|
6565
| `${file}` | Full path of the current file | `/path/to/script.lua` |
6666
| `${indent_size}` | Indentation size (number of spaces) | `4` |
67-
| `${start_offset}` | Start UTF8 offset of the selected range | `0` |
68-
| `${end_offset}` | End UTF8 offset of the selected range | `100` |
67+
| `${start_offset}` | Start byte offset of the selected range | `0` |
68+
| `${end_offset}` | End byte offset of the selected range | `100` |
6969
| `${start_line}` | Start line of the current file | `1` |
7070
| `${end_line}` | End line of the current file | `10` |
7171

0 commit comments

Comments
 (0)