aboutsummaryrefslogtreecommitdiff
path: root/languages.toml
Commit message (Collapse)AuthorAge
...
| * lsp: Don't import SymbolServer for Julia anymore, it's not necessaryBlaž Hrastnik2021-09-07
| |
| * At least partly highlight tsxBlaž Hrastnik2021-09-06
| |
| * lsp: Update the julia definitionBlaž Hrastnik2021-09-06
| |
* | lldb: use stdio transport by defaultDmitry Sharshakov2021-09-06
| |
* | Merge remote-tracking branch 'origin/master' into debugBlaž Hrastnik2021-09-03
|\|
| * OCaml support (#666)oberblastmeister2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits
| * Lua support (#665)oberblastmeister2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added submodule * small changes * updated some stuff * remove * shallow clone * correct indent * shallow * ok * highlights * proper captures
| * YAML support (#667)oberblastmeister2021-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | * added submodule * remove wrong one * added highlights * use property * add indents * shallow
* | compat: change lldb to lldb-vscodeDmitry Sharshakov2021-08-30
| | | | | | | | This should be preferred ID, although now lldb-vscode works with any
* | More advanced completionsDmitry Sharshakov2021-08-29
| |
* | Defaults in completions, better schemaDmitry Sharshakov2021-08-29
| |
* | Add extra annotations to completionsDmitry Sharshakov2021-08-29
| |
* | better completionDmitry Sharshakov2021-08-29
| |
* | Support multiple arguments for debug configsDmitry Sharshakov2021-08-29
| |
* | wip: refactor parameters in UI startDmitry Sharshakov2021-08-29
| |
* | Customized completion for template parametersDmitry Sharshakov2021-08-28
| |
* | Merge remote-tracking branch 'origin/master' into debugDmitry Sharshakov2021-08-28
|\|
| * Add zig tree-sitter support (#631)voroskoi2021-08-28
| | | | | | | | | | | | | | * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml
* | Remove shortcut for starting debugDmitry Sharshakov2021-08-24
| |
* | Support attach requestDmitry Sharshakov2021-08-24
| |
* | Support templates in debug configurationsDmitry Sharshakov2021-08-24
| |
* | Support launching configs by nameDmitry Sharshakov2021-08-24
| |
* | Add new format configs for Rust and C/C++Dmitry Sharshakov2021-08-24
| |
* | Create new debugger config formatDmitry Sharshakov2021-08-24
| |
* | languages: support debug for Rust with LLDBDmitry Sharshakov2021-08-23
| |
* | add lldb for c++Dmitry Sharshakov2021-08-23
| |
* | add lldb debugger for CDmitry Sharshakov2021-08-23
| |
* | config: minor fixesDmitry Sharshakov2021-08-23
| |
* | Enable stdio transport via configDmitry Sharshakov2021-08-23
| |
* | editor: add debug session configDmitry Sharshakov2021-08-23
| |
* | Add debug-adapter field to languages.tomlDmitry Sharshakov2021-08-23
|/
* feat: add protobuf tree-sitter parser with highlighting queriesYusuf Bera Ertan2021-08-19
|
* Added more cpp filename extensionsConscat2021-08-18
|
* Adding mjs to JavaScript file type (#607)Yerlan2021-08-18
| | | MJS is a file extension for JavaScript modules using standard ES2015+
* Adding INO to C++ file type (#596)Yerlan2021-08-17
| | | | INO is file extension for C++ files used in Arduino sketches. Reference: https://www.arduino.cc/en/Guide/Environment
* Add ledger tree-sitter (#572)Ivan Tham2021-08-16
| | | | Might need to update later since the current one highlight does not work very well yet.
* add java highlighting (#448)Kirawi2021-08-10
|
* languages: Add missing comment token for elixir and nixBlaž Hrastnik2021-08-07
|
* Fixes toggle_comment not finding the correct language comment tokenLuctius2021-07-20
|
* Made toggle_comments language dependent (#463)Cor Peters2021-07-18
| | | | | | | | | | | | | * Made toggle_comments language dependent * Fixed Test Cases * Added clippy suggestion * Small Fixes * Clippy Suggestion Co-authored-by: Cor <prive@corpeters.nl>
* Added option to provide a custom config file to the lsp. (#460)Cor Peters2021-07-18
| | | | | | | | | | | | | | | | | * Added option to provide a custom config file to the lsp. * Simplified lsp loading routine with anyhow * Moved config to language.toml * Fixed test case * Cargo fmt * Revert now-useless changes * Renamed custom_config to config Co-authored-by: Cor <prive@corpeters.nl>
* julia language-server line was plain wrongwesh2021-07-05
|
* Add julia support (LSP not working)wesh2021-07-05
|
* Use pep 8 indentation for pythonIvan Tham2021-06-21
| | | Change the default spaces of python indentation to follow pep8 which is the standard.
* Add latexIvan Tham2021-06-16
|
* Only auto-format for certain languagesBlaž Hrastnik2021-06-12
| | | | | Fixes #53 Fixes #207
* Add Nix syntaxTimothy DeHerrera2021-06-10
|
* Disable haskell grammar until build issues are resolvedBlaž Hrastnik2021-06-07
|
* Restored haskell syntaxCorey Powell2021-06-04
| | | | It seems to work
* LSP: add clangd as server for c/c++Björn Linse2021-06-03
|