Commit 34217a3
File tree
73 files changed
+1188
-679
lines changed- .github/ISSUE_TEMPLATE
- .vscode
- 3rd
- doc
- en-us
- pt-br
- zh-cn
- zh-tw
- locale
- en-us
- pt-br
- zh-cn
- zh-tw
- meta/3rd/example
- script
- config
- core
- command
- completion
- diagnostics
- hover
- parser
- proto
- provider
- vm
- workspace
- test
- completion
- crossfile
- definition
- diagnostics
- full
- hover
- tclient
- tests
- type_inference
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
73 files changed
+1188
-679
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | | - | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
37 | 46 | | |
38 | 47 | | |
39 | 48 | | |
| |||
Submodule EmmyLuaCodeStyle updated 59 files
- 3rd/uriparser/.github/workflows/build-and-test.yml+74-15
- 3rd/uriparser/.gitignore+2
- 3rd/uriparser/CMakeLists.txt+1-1
- 3rd/uriparser/README.md+4-1
- 3rd/uriparser/THANKS+4-3
- 3rd/uriparser/appveyor.yml+15-3
- 3rd/uriparser/cmake/test_find_package/.gitignore+2
- 3rd/uriparser/doc/preprocess.sh+3-2
- 3rd/uriparser/include/uriparser/Uri.h+2-2
- 3rd/uriparser/include/uriparser/UriBase.h+1-1
- 3rd/uriparser/liburiparser.pc.in+2-2
- 3rd/uriparser/make-distcheck.sh+10
- 3rd/uriparser/src/UriNormalize.c+30-23
- 3rd/uriparser/src/UriParse.c+10-8
- 3rd/uriparser/src/config.h+1-1
- 3rd/uriparser/test/MemoryManagerSuite.cpp+119-56
- 3rd/uriparser/test/test.cpp+75-1
- 3rd/uriparser/tool/uriparse.c+1-1
- CodeFormatServer/src/LanguageClient.cpp+1-1
- CodeFormatServer/src/LanguageService.cpp+7-9
- CodeFormatServer/src/Service/CodeFormatService.cpp+2-2
- CodeFormatServer/src/Service/CommandService.cpp+1-1
- CodeFormatServer/src/VirtualFile/VirtualFile.cpp+23-1
- CodeService/src/AstUtil.cpp+49-3
- CodeService/src/FormatElement/IndentElement.cpp+51-1
- CodeService/src/FormatElement/SerializeContext.cpp+17
- CodeService/src/FormatElement/StatementElement.cpp+29-2
- CodeService/src/LuaEditorConfig.cpp+17-1
- CodeService/src/LuaFormatter.cpp+47-6
- LuaParser/CMakeLists.txt+1
- LuaParser/src/LuaDocTokenParser.cpp+227
- LuaParser/src/LuaFile.cpp+1
- LuaParser/src/LuaParser.cpp+91-11
- LuaParser/src/LuaTokenParser.cpp+39-14
- README.md+1
- README_EN.md+1
- Test/test_script/format_text/wait_format/tagFormat-disable-next.lua+14
- Test/test_script/format_text/wait_format/tagFormat-disable.lua+12
- Test/test_script/format_text/wait_format_by_option/.editorconfig+2
- Test/test_script/format_text/wait_format_by_option/align_call_args-eq-only_after_more_indention_statement.lua+25
- Test/test_script/format_text/wait_format_by_option_should_be/.editorconfig+2
- Test/test_script/format_text/wait_format_by_option_should_be/align_call_args-eq-only_after_more_indention_statement.lua+24
- Test/test_script/format_text/wait_format_should_be/tagFormat-disable-next.lua+14
- Test/test_script/format_text/wait_format_should_be/tagFormat-disable.lua+12
- docs/disable_format.md+33
- docs/disable_format_EN.md+33
- include/CodeFormatServer/Service/CodeFormatService.h+1-2
- include/CodeService/AstUtil.h+5
- include/CodeService/FormatElement/FormatElement.h+1-1
- include/CodeService/FormatElement/IndentElement.h+16
- include/CodeService/FormatElement/StatementElement.h+6
- include/CodeService/LuaCodeStyleEnum.h+7
- include/CodeService/LuaCodeStyleOptions.h+3-1
- include/LuaParser/LuaAstNode/LuaAstNodeType.h+4-1
- include/LuaParser/LuaDocTokenParser.h+47
- include/LuaParser/LuaParser.h+7
- include/LuaParser/LuaTokenParser.h+3-1
- include/LuaParser/LuaTokenTypeDetail.h+8-1
- lua.template.editorconfig+72-29
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | | - | |
9 | | - | |
10 | 9 | | |
11 | | - | |
| 10 | + | |
12 | 11 | | |
13 | | - | |
14 | | - | |
| 12 | + | |
15 | 13 | | |
16 | | - | |
17 | | - | |
| 14 | + | |
18 | 15 | | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
20 | 29 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
| 30 | + | |
38 | 31 | | |
39 | | - | |
| 32 | + | |
40 | 33 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 34 | + | |
| 35 | + | |
46 | 36 | | |
47 | | - | |
| 37 | + | |
48 | 38 | | |
49 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
50 | 66 | | |
51 | 67 | | |
52 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
53 | 71 | | |
54 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
55 | 76 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 77 | | |
61 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
62 | 83 | | |
63 | 84 | | |
64 | 85 | | |
65 | | - | |
66 | | - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
67 | 91 | | |
68 | | - | |
| 92 | + | |
| 93 | + | |
69 | 94 | | |
70 | | - | |
71 | 95 | | |
72 | | - | |
| 96 | + | |
| 97 | + | |
73 | 98 | | |
74 | | - | |
75 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
76 | 102 | | |
77 | 103 | | |
| 104 | + | |
78 | 105 | | |
79 | 106 | | |
80 | 107 | | |
| |||
91 | 118 | | |
92 | 119 | | |
93 | 120 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
| 121 | + | |
| 122 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
3 | 27 | | |
4 | 28 | | |
5 | 29 | | |
| |||
0 commit comments