Skip to content

Commit 3472085

Browse files
author
Yatao Li
committed
update README
1 parent 19a8694 commit 3472085

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,14 +239,14 @@ The FVim arguments will be consumed and filtered before the rest are passed to N
239239
| Function | f | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Method_16x.png) ||
240240
| Constructor | c | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/NewClass_16x.png) ||
241241
| Field | . | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Field_16x.png) ||
242-
| Variable | v | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Variable_16x.png) ||
242+
| Variable | v | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/LocalVariable_16x.png) ||
243243
| Class | C | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Class_16x.png) ||
244244
| Interface | I | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Interface_16x.png) ||
245245
| Module | M | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Module_16x.png) ||
246246
| Property | p | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Property_16x.png) ||
247247
| Unit | U | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Dimension_16x.png) ||
248248
| Value | l | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Literal_16x.png) ||
249-
| Enum | E | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Enmerator_16x.png) ||
249+
| Enum | E | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Enumerator_16x.png) ||
250250
| Keyword | k | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/IntelliSenseKeyword_16x.png) ||
251251
| Snippet | s | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Snippet_16x.png) ||
252252
| Color | K | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/ColorPalette_16x.png) ||
@@ -255,7 +255,7 @@ The FVim arguments will be consumed and filtered before the rest are passed to N
255255
| Folder | d | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Folder_16x.png) ||
256256
| EnumMember | m | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/EnumItem_16x.png) ||
257257
| Constant | 0 | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Constant_16x.png) ||
258-
| Struct | S | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Structre_16x.png) ||
258+
| Struct | S | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Structure_16x.png) ||
259259
| Event | e | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Event_16x.png) ||
260260
| Operator | o | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Operator_16x.png) ||
261261
| TypeParameter | T | ![Symbol](https://github.com/yatli/fvim/raw/master/Assets/intellisense/Type_16x.png) | T |

0 commit comments

Comments
 (0)