Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc, schemas and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 12, 2023
1 parent 8b3f2b5 commit 0591399
Show file tree
Hide file tree
Showing 5 changed files with 3,770 additions and 3,770 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ local my_settings = Neoconf.get("neodev", defaults)
- [x] [julials](https://github.com/julia-vscode/julia-vscode/tree/master/package.json)
- [x] [kotlin_language_server](https://github.com/fwcd/vscode-kotlin/tree/master/package.json)
- [x] [ltex](https://github.com/valentjn/vscode-ltex/tree/develop/package.json)
- [x] [lua_ls](https://github.com/LuaLS/vscode-lua/tree/master/package.json)
- [x] [luau_lsp](https://github.com/JohnnyMorganz/luau-lsp/tree/main/editors/code/package.json)
- [x] [nickel_ls](https://github.com/tweag/nickel/tree/master/lsp/client-extension/package.json)
- [x] [omnisharp](https://github.com/OmniSharp/omnisharp-vscode/tree/master/package.json)
Expand All @@ -269,7 +270,6 @@ local my_settings = Neoconf.get("neodev", defaults)
- [x] [sourcekit](https://github.com/swift-server/vscode-swift/tree/main/package.json)
- [x] [spectral](https://github.com/stoplightio/vscode-spectral/tree/master/package.json)
- [x] [stylelint_lsp](https://github.com/bmatcuk/coc-stylelintplus/tree/master/package.json)
- [x] [lua_ls](https://github.com/LuaLS/vscode-lua/tree/master/package.json)
- [x] [svelte](https://github.com/sveltejs/language-tools/tree/master/packages/svelte-vscode/package.json)
- [x] [svlangserver](https://github.com/eirikpre/VSCode-SystemVerilog/tree/master/package.json)
- [x] [tailwindcss](https://github.com/tailwindlabs/tailwindcss-intellisense/tree/master/packages/vscode-tailwindcss/package.json)
Expand Down
4 changes: 2 additions & 2 deletions schemas/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"sourcekit": "https://raw.githubusercontent.com/swift-server/vscode-swift/main/package.json",
"spectral": "https://raw.githubusercontent.com/stoplightio/vscode-spectral/master/package.json",
"stylelint_lsp": "https://raw.githubusercontent.com/bmatcuk/coc-stylelintplus/master/package.json",
"lua_ls": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/package.json",
"sumneko_lua": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/package.json",
"svelte": "https://raw.githubusercontent.com/sveltejs/language-tools/master/packages/svelte-vscode/package.json",
"svlangserver": "https://raw.githubusercontent.com/eirikpre/VSCode-SystemVerilog/master/package.json",
"tailwindcss": "https://raw.githubusercontent.com/tailwindlabs/tailwindcss-intellisense/master/packages/vscode-tailwindcss/package.json",
Expand All @@ -60,4 +60,4 @@
"yamlls": "https://raw.githubusercontent.com/redhat-developer/vscode-yaml/master/package.json",
"zeta_note": "https://raw.githubusercontent.com/artempyanykh/zeta-note-vscode/main/package.json",
"zls": "https://raw.githubusercontent.com/zigtools/zls-vscode/master/package.json"
}
}
File renamed without changes.
Loading

0 comments on commit 0591399

Please sign in to comment.