Skip to content

Commit 5b49297

Browse files
authored
Merge branch 'gh-pages' into issue-98
2 parents df54989 + d33a03c commit 5b49297

101 files changed

Lines changed: 1270 additions & 460 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ruby RUBY_VERSION
66
# to use GitHub Pages
77
# gem "github-pages", group: :jekyll_plugins
88

9-
gem "github-pages", "~> 228", group: :jekyll_plugins
9+
gem "github-pages", "~> 232", group: :jekyll_plugins
1010

1111
# If you have any plugins, put them here!
1212
group :jekyll_plugins do

Gemfile.lock

Lines changed: 113 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.2)
4+
activesupport (8.0.2)
55
base64
6+
benchmark (>= 0.3)
67
bigdecimal
7-
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
89
connection_pool (>= 2.2.5)
910
drb
1011
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
1113
minitest (>= 5.1)
12-
mutex_m
13-
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
addressable (2.8.7)
18+
public_suffix (>= 2.0.2, < 7.0)
1619
base64 (0.2.0)
17-
bigdecimal (3.1.5)
20+
benchmark (0.4.1)
21+
bigdecimal (3.2.2)
1822
coffee-script (2.4.1)
1923
coffee-script-source
2024
execjs
21-
coffee-script-source (1.11.1)
25+
coffee-script-source (1.12.2)
2226
colorator (1.1.0)
23-
commonmarker (0.23.10)
24-
concurrent-ruby (1.2.2)
25-
connection_pool (2.4.1)
26-
dnsruby (1.70.0)
27+
commonmarker (0.23.11)
28+
concurrent-ruby (1.3.5)
29+
connection_pool (2.5.3)
30+
csv (3.3.5)
31+
dnsruby (1.72.4)
32+
base64 (~> 0.2.0)
33+
logger (~> 1.6.5)
2734
simpleidn (~> 0.2.1)
28-
drb (2.2.0)
29-
ruby2_keywords
35+
drb (2.2.3)
3036
em-websocket (0.5.3)
3137
eventmachine (>= 0.12.9)
3238
http_parser.rb (~> 0)
3339
ethon (0.16.0)
3440
ffi (>= 1.15.0)
3541
eventmachine (1.2.7)
36-
execjs (2.9.1)
37-
faraday (2.8.1)
38-
base64
39-
faraday-net_http (>= 2.0, < 3.1)
40-
ruby2_keywords (>= 0.0.4)
41-
faraday-net_http (3.0.2)
42-
ffi (1.16.3)
42+
execjs (2.10.0)
43+
faraday (2.13.1)
44+
faraday-net_http (>= 2.0, < 3.5)
45+
json
46+
logger
47+
faraday-net_http (3.4.0)
48+
net-http (>= 0.5.0)
49+
ffi (1.17.2-aarch64-linux-gnu)
50+
ffi (1.17.2-aarch64-linux-musl)
51+
ffi (1.17.2-arm-linux-gnu)
52+
ffi (1.17.2-arm-linux-musl)
53+
ffi (1.17.2-arm64-darwin)
54+
ffi (1.17.2-x86_64-darwin)
55+
ffi (1.17.2-x86_64-linux-gnu)
56+
ffi (1.17.2-x86_64-linux-musl)
4357
forwardable-extended (2.6.0)
44-
gemoji (3.0.1)
45-
github-pages (228)
46-
github-pages-health-check (= 1.17.9)
47-
jekyll (= 3.9.3)
48-
jekyll-avatar (= 0.7.0)
49-
jekyll-coffeescript (= 1.1.1)
50-
jekyll-commonmark-ghpages (= 0.4.0)
51-
jekyll-default-layout (= 0.1.4)
52-
jekyll-feed (= 0.15.1)
58+
gemoji (4.1.0)
59+
github-pages (232)
60+
github-pages-health-check (= 1.18.2)
61+
jekyll (= 3.10.0)
62+
jekyll-avatar (= 0.8.0)
63+
jekyll-coffeescript (= 1.2.2)
64+
jekyll-commonmark-ghpages (= 0.5.1)
65+
jekyll-default-layout (= 0.1.5)
66+
jekyll-feed (= 0.17.0)
5367
jekyll-gist (= 1.5.0)
54-
jekyll-github-metadata (= 2.13.0)
68+
jekyll-github-metadata (= 2.16.1)
5569
jekyll-include-cache (= 0.2.1)
5670
jekyll-mentions (= 1.6.0)
5771
jekyll-optional-front-matter (= 0.3.2)
@@ -78,30 +92,32 @@ GEM
7892
jekyll-theme-tactile (= 0.2.0)
7993
jekyll-theme-time-machine (= 0.2.0)
8094
jekyll-titles-from-headings (= 0.5.3)
81-
jemoji (= 0.12.0)
82-
kramdown (= 2.3.2)
95+
jemoji (= 0.13.0)
96+
kramdown (= 2.4.0)
8397
kramdown-parser-gfm (= 1.1.0)
8498
liquid (= 4.0.4)
8599
mercenary (~> 0.3)
86100
minima (= 2.5.1)
87-
nokogiri (>= 1.13.6, < 2.0)
88-
rouge (= 3.26.0)
101+
nokogiri (>= 1.16.2, < 2.0)
102+
rouge (= 3.30.0)
89103
terminal-table (~> 1.4)
90-
github-pages-health-check (1.17.9)
104+
webrick (~> 1.8)
105+
github-pages-health-check (1.18.2)
91106
addressable (~> 2.3)
92107
dnsruby (~> 1.60)
93-
octokit (~> 4.0)
94-
public_suffix (>= 3.0, < 5.0)
108+
octokit (>= 4, < 8)
109+
public_suffix (>= 3.0, < 6.0)
95110
typhoeus (~> 1.3)
96111
html-pipeline (2.14.3)
97112
activesupport (>= 2)
98113
nokogiri (>= 1.4)
99114
http_parser.rb (0.8.0)
100-
i18n (1.14.1)
115+
i18n (1.14.7)
101116
concurrent-ruby (~> 1.0)
102-
jekyll (3.9.3)
117+
jekyll (3.10.0)
103118
addressable (~> 2.4)
104119
colorator (~> 1.0)
120+
csv (~> 3.0)
105121
em-websocket (~> 0.5)
106122
i18n (>= 0.7, < 2)
107123
jekyll-sass-converter (~> 1.0)
@@ -112,27 +128,28 @@ GEM
112128
pathutil (~> 0.9)
113129
rouge (>= 1.7, < 4)
114130
safe_yaml (~> 1.0)
115-
jekyll-avatar (0.7.0)
131+
webrick (>= 1.0)
132+
jekyll-avatar (0.8.0)
116133
jekyll (>= 3.0, < 5.0)
117-
jekyll-coffeescript (1.1.1)
134+
jekyll-coffeescript (1.2.2)
118135
coffee-script (~> 2.2)
119-
coffee-script-source (~> 1.11.1)
136+
coffee-script-source (~> 1.12)
120137
jekyll-commonmark (1.4.0)
121138
commonmarker (~> 0.22)
122-
jekyll-commonmark-ghpages (0.4.0)
123-
commonmarker (~> 0.23.7)
124-
jekyll (~> 3.9.0)
139+
jekyll-commonmark-ghpages (0.5.1)
140+
commonmarker (>= 0.23.7, < 1.1.0)
141+
jekyll (>= 3.9, < 4.0)
125142
jekyll-commonmark (~> 1.4.0)
126143
rouge (>= 2.0, < 5.0)
127-
jekyll-default-layout (0.1.4)
128-
jekyll (~> 3.0)
129-
jekyll-feed (0.15.1)
144+
jekyll-default-layout (0.1.5)
145+
jekyll (>= 3.0, < 5.0)
146+
jekyll-feed (0.17.0)
130147
jekyll (>= 3.7, < 5.0)
131148
jekyll-gist (1.5.0)
132149
octokit (~> 4.2)
133-
jekyll-github-metadata (2.13.0)
150+
jekyll-github-metadata (2.16.1)
134151
jekyll (>= 3.4, < 5.0)
135-
octokit (~> 4.0, != 4.4.0)
152+
octokit (>= 4, < 7, != 4.4.0)
136153
jekyll-include-cache (0.2.1)
137154
jekyll (>= 3.7, < 5.0)
138155
jekyll-mentions (1.6.0)
@@ -203,42 +220,57 @@ GEM
203220
jekyll (>= 3.3, < 5.0)
204221
jekyll-watch (2.2.1)
205222
listen (~> 3.0)
206-
jemoji (0.12.0)
207-
gemoji (~> 3.0)
223+
jemoji (0.13.0)
224+
gemoji (>= 3, < 5)
208225
html-pipeline (~> 2.2)
209226
jekyll (>= 3.0, < 5.0)
210-
kramdown (2.3.2)
227+
json (2.12.2)
228+
kramdown (2.4.0)
211229
rexml
212230
kramdown-parser-gfm (1.1.0)
213231
kramdown (~> 2.0)
214232
liquid (4.0.4)
215-
listen (3.8.0)
233+
listen (3.9.0)
216234
rb-fsevent (~> 0.10, >= 0.10.3)
217235
rb-inotify (~> 0.9, >= 0.9.10)
236+
logger (1.6.6)
218237
mercenary (0.3.6)
219238
minima (2.5.1)
220239
jekyll (>= 3.5, < 5.0)
221240
jekyll-feed (~> 0.9)
222241
jekyll-seo-tag (~> 2.1)
223-
minitest (5.20.0)
224-
mutex_m (0.2.0)
225-
nokogiri (1.16.5-x86_64-linux)
242+
minitest (5.25.5)
243+
net-http (0.6.0)
244+
uri
245+
nokogiri (1.18.9-aarch64-linux-gnu)
246+
racc (~> 1.4)
247+
nokogiri (1.18.9-aarch64-linux-musl)
248+
racc (~> 1.4)
249+
nokogiri (1.18.9-arm-linux-gnu)
250+
racc (~> 1.4)
251+
nokogiri (1.18.9-arm-linux-musl)
252+
racc (~> 1.4)
253+
nokogiri (1.18.9-arm64-darwin)
254+
racc (~> 1.4)
255+
nokogiri (1.18.9-x86_64-darwin)
256+
racc (~> 1.4)
257+
nokogiri (1.18.9-x86_64-linux-gnu)
258+
racc (~> 1.4)
259+
nokogiri (1.18.9-x86_64-linux-musl)
226260
racc (~> 1.4)
227261
octokit (4.25.1)
228262
faraday (>= 1, < 3)
229263
sawyer (~> 0.9)
230264
pathutil (0.16.2)
231265
forwardable-extended (~> 2.6)
232-
public_suffix (4.0.7)
233-
racc (1.7.3)
266+
public_suffix (5.1.1)
267+
racc (1.8.1)
234268
rb-fsevent (0.11.2)
235-
rb-inotify (0.10.1)
269+
rb-inotify (0.11.1)
236270
ffi (~> 1.0)
237-
rexml (3.3.3)
238-
strscan
239-
rouge (3.26.0)
240-
ruby2_keywords (0.0.5)
241-
rubyzip (2.3.2)
271+
rexml (3.4.2)
272+
rouge (3.30.0)
273+
rubyzip (2.4.1)
242274
safe_yaml (1.0.5)
243275
sass (3.7.4)
244276
sass-listen (~> 4.0.0)
@@ -248,34 +280,38 @@ GEM
248280
sawyer (0.9.2)
249281
addressable (>= 2.3.5)
250282
faraday (>= 0.17.3, < 3)
251-
simpleidn (0.2.1)
252-
unf (~> 0.1.4)
253-
strscan (3.1.0)
283+
securerandom (0.4.1)
284+
simpleidn (0.2.3)
254285
terminal-table (1.8.0)
255286
unicode-display_width (~> 1.1, >= 1.1.1)
256287
typhoeus (1.4.1)
257288
ethon (>= 0.9.0)
258289
tzinfo (2.0.6)
259290
concurrent-ruby (~> 1.0)
260-
unf (0.1.4)
261-
unf_ext
262-
unf_ext (0.0.9.1)
263291
unicode-display_width (1.8.0)
264-
webrick (1.8.1)
292+
uri (1.0.3)
293+
webrick (1.9.1)
265294

266295
PLATFORMS
267-
x86_64-linux
296+
aarch64-linux-gnu
297+
aarch64-linux-musl
298+
arm-linux-gnu
299+
arm-linux-musl
300+
arm64-darwin
301+
x86_64-darwin
302+
x86_64-linux-gnu
303+
x86_64-linux-musl
268304

269305
DEPENDENCIES
270-
github-pages (~> 228)
306+
github-pages (~> 232)
271307
jekyll-redirect-from
272308
jekyll-remote-theme
273309
jemoji
274310
tzinfo-data
275311
webrick (~> 1.8)
276312

277313
RUBY VERSION
278-
ruby 3.2.2p53
314+
ruby 3.4.4p34
279315

280316
BUNDLED WITH
281-
2.3.17
317+
2.6.7

_implementors/sdks.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ index: 3
1313
| C# | [Inomata Kentaro](https://github.com/matarillo/) | [LanguageServerProtocol](https://github.com/matarillo/LanguageServerProtocol)|
1414
| C# | [OmniSharp](http://www.omnisharp.net/) | [C#-LSP](https://github.com/OmniSharp/csharp-language-server-protocol)|
1515
| C# | [Ken Domino](https://github.com/kaby76) | [LspTypes for C#](https://github.com/kaby76/lsp-types) |
16+
| C# | [Draco language team](https://draco-lang.org/) | [Draco.Lsp](https://github.com/Draco-lang/Compiler) |
1617
| C++ | [Kuafu](https://github.com/kuafuwang) | [LspCpp](https://github.com/kuafuwang/LspCpp)|
1718
| C++17 | [otreblan](https://github.com/otreblan) | [libclsp](https://github.com/otreblan/libclsp) (WIP)|
19+
| C++20 | [Leon Buckel](https://github.com/leon-bckl) | [lsp-framework](https://github.com/leon-bckl/lsp-framework) |
1820
| Haskell | [Alan Zimmerman](https://github.com/alanz) | [Haskell-LSP](https://github.com/alanz/haskell-lsp)|
1921
| Haskell | [Luke Lau](https://github.com/Bubba) | [lsp-test](https://github.com/Bubba/lsp-test)|
2022
| Haxe | @nadako | [language-server-protocol-haxe](https://github.com/vshaxe/language-server-protocol-haxe)|
@@ -27,6 +29,7 @@ index: 3
2729
| Python | [Open Law Library](http://www.openlawlib.org/) | [pygls](https://github.com/openlawlibrary/pygls)|
2830
| Python | [Yeger](https://github.com/yeger00) | [pylspclient](https://github.com/yeger00/pylspclient)|
2931
| Python | [Microsoft](https://github.com/microsoft) | [multilspy](https://github.com/microsoft/monitors4codegen#4-multilspy)|
32+
| Rascal | [UseTheSource](https://github.com/UseTheSource) | [rascal-language-servers](https://github.com/usethesource/rascal-language-servers) |
3033
| Ruby | [Fumiaki MATSUSHIMA](https://github.com/mtsmfm) | [LanguageServer::Protocol](https://github.com/mtsmfm/language_server-protocol-ruby) |
3134
| Rust | [Bruno Medeiros](https://github.com/bruno-medeiros) | [RustLSP](https://github.com/RustDT/RustLSP)|
3235
| Rust | Bruno Medeiros and Markus Westerlind | [lsp-types](https://github.com/gluon-lang/lsp-types)

0 commit comments

Comments
 (0)