File tree
6 files changed
+6
-6
lines changed- languageserver
6 files changed
+6
-6
lines changed- .appveyor.yml-41
- .travis.yml+30-3
- LICENSE.md+5-5
- Project.toml+2-2
- README.md-1
- src/CSTParser.jl+16-11
- src/components/internals.jl+10-10
- src/components/keywords.jl+6-11
- src/components/lists.jl+5-5
- src/components/operators.jl+27-16
- src/components/strings.jl+8-8
- src/conversion.jl+13-10
- src/display.jl+8-8
- src/interface.jl+26-26
- src/lexer.jl+2-5
- src/precompile.jl+130
- src/spec.jl+35-26
- src/utils.jl+2-7
- test/bindings.jl+4-2
- test/interface.jl+3
- test/parser.jl+4
Submodule LanguageServer updated 19 files
- .appveyor.yml-44
- .travis.yml+32-7
- LICENSE.md+1-1
- Project.toml+11-7
- README.md-1
- contrib/languageserver.sh+1-1
- src/jsonrpc.jl+8
- src/languageserverinstance.jl+10-1
- src/parsing.jl+3-1
- src/protocol/configuration.jl+1-1
- src/requests/completions.jl+23-13
- src/requests/features.jl+20-4
- src/requests/init.jl+2
- src/requests/textdocument.jl+1-1
- src/requests/workspace.jl+7-5
- src/utilities.jl+15-16
- test/runtests.jl+2-2
- test/test_communication.jl+6-1
- test/test_document.jl+19-1
0 commit comments