File tree
9 files changed
+83204
-3
lines changed- 3rd
- locale/en-us
- meta/spell
- script
- config
- core
- diagnostics
- proto
- provider
9 files changed
+83204
-3
lines changedSubmodule EmmyLuaCodeStyle updated 16 files
- CodeFormatServer/src/LanguageClient.cpp+152-45
- CodeFormatServer/src/LanguageService.cpp+47-3
- CodeFormatServer/src/Service/CodeActionService.cpp+4-4
- CodeFormatServer/src/Service/CodeFormatService.cpp+1-1
- CodeFormatServer/src/VSCode.cpp+105-3
- CodeFormatServer/src/VirtualFile/VirtualFile.cpp+9-1
- CodeService/src/Spell/CodeSpellChecker.cpp+61-1
- CodeService/src/Spell/IdentifyParser.cpp+6
- CodeService/src/Spell/TextParser.cpp+67-1
- include/CodeFormatServer/LanguageClient.h+12-3
- include/CodeFormatServer/LanguageService.h+6
- include/CodeFormatServer/VSCode.h+76-2
- include/CodeFormatServer/VirtualFile/VirtualFile.h+3-2
- include/CodeService/Spell/CodeSpellChecker.h+3
- include/CodeService/Spell/TextParser.h+6-8
- resources/lua_dict.txt+32
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| 387 | + | |
| 388 | + | |
387 | 389 |
| |
388 | 390 |
| |
389 | 391 |
| |
| |||
403 | 405 |
| |
404 | 406 |
| |
405 | 407 |
| |
406 |
| - | |
| 408 | + | |
| 409 | + | |
407 | 410 |
| |
408 | 411 |
| |
409 | 412 |
| |
|
0 commit comments