Skip to content

Commit

Permalink
git: vendor previous language-server-protocol
Browse files Browse the repository at this point in the history
vendored @ 3481b8495b6a80961cf2e3bfd1df6ca210756fba
  • Loading branch information
seanfarley committed Sep 24, 2023
1 parent ff5319a commit a1fc89b
Show file tree
Hide file tree
Showing 295 changed files with 85,195 additions and 0 deletions.
4 changes: 4 additions & 0 deletions language-server-protocol/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* text=auto

License.txt eol=crlf
ThirdPartyNotices.txt eol=crlf
4 changes: 4 additions & 0 deletions language-server-protocol/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
npm-debug.log
_site/
.bundle/
vendor/
38 changes: 38 additions & 0 deletions language-server-protocol/.vscode/settings.json
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"
]
}
19 changes: 19 additions & 0 deletions language-server-protocol/.vscode/spellright.dict
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
13 changes: 13 additions & 0 deletions language-server-protocol/.vscode/tasks.json
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": []
}
]
}
8 changes: 8 additions & 0 deletions language-server-protocol/404.html
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>
20 changes: 20 additions & 0 deletions language-server-protocol/Gemfile
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]

Loading

0 comments on commit a1fc89b

Please sign in to comment.