-
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: vendor previous language-server-protocol
vendored @ 3481b8495b6a80961cf2e3bfd1df6ca210756fba
- Loading branch information
1 parent
ff5319a
commit a1fc89b
Showing
295 changed files
with
85,195 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
* text=auto | ||
|
||
License.txt eol=crlf | ||
ThirdPartyNotices.txt eol=crlf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
npm-debug.log | ||
_site/ | ||
.bundle/ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"editor.rulers": [ | ||
80 | ||
], | ||
"cSpell.words": [ | ||
"ABAP", | ||
"EBNF", | ||
"LSIF", | ||
"Naur", | ||
"RGBA", | ||
"Retriggers", | ||
"Struct", | ||
"Sublime's", | ||
"Unregistration", | ||
"bibtex", | ||
"diagnostic's", | ||
"downcase", | ||
"hover's", | ||
"lightbulbs", | ||
"queryable", | ||
"quickfix", | ||
"refactorings", | ||
"retrigger", | ||
"sectionid", | ||
"textedit", | ||
"transactionally", | ||
"uhhhh", | ||
"uinteger", | ||
"unregister", | ||
"unregisterations", | ||
"unregistrations", | ||
"upcase", | ||
"workspaceedit" | ||
], | ||
"git.branchProtection": [ | ||
"gh-pages" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
params | ||
BibTeX | ||
Coffeescript | ||
Dockerfile | ||
Ini | ||
LaTeX | ||
Makefile | ||
Powershell | ||
cshtml | ||
ShaderLab | ||
TeX | ||
TextDocumentPositionParams | ||
sectionid | ||
vscode | ||
vscode-jsonrpc | ||
vscode-languageserver-protocol | ||
boolean | ||
npm | ||
inlined |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
// See https://go.microsoft.com/fwlink/?LinkId=733558 | ||
// for the documentation about the tasks.json format | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Jekyll", | ||
"type": "shell", | ||
"command": "bundle exec jekyll serve", | ||
"problemMatcher": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="container text-center"> | ||
<p>The page you are looking for cannot be found.</p> | ||
<h2>404</h2> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
source "https://rubygems.org" | ||
ruby RUBY_VERSION | ||
|
||
# gem "jekyll", "3.6.2" | ||
|
||
# to use GitHub Pages | ||
# gem "github-pages", group: :jekyll_plugins | ||
|
||
gem "github-pages", "~> 225", group: :jekyll_plugins | ||
|
||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jemoji" | ||
gem 'jekyll-redirect-from' | ||
gem "jekyll-remote-theme" | ||
end | ||
|
||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem | ||
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] | ||
|
Oops, something went wrong.