Commit Graph

65 Commits

Author SHA1 Message Date
Stanislav Lapata a41bf06765
use official tree-sitter-ruby instead of fork (#1099)
Co-authored-by: Dániel Buga <bugadani@gmail.com>
2022-09-13 21:07:39 +01:00
Jakub Panek 3ff2e3c214 feat: add tree-sitter-latex
Signed-off-by: Jakub Panek <me@panekj.dev>
2022-09-11 23:29:47 +02:00
Jakub Panek 4372c3400e feat: add tree-sitter-svelte
Signed-off-by: Jakub Panek <me@panekj.dev>
2022-09-11 23:29:47 +02:00
Dongdong Zhou 5ec804538a
Merge pull request #1153 from franklinblanco/master
Adding support for the dart language (help needed)
2022-09-11 21:52:03 +01:00
Jakub Panek 7d62b6db02 dep: replace tree-sitter-json crate with git repo 2022-09-11 18:41:12 +02:00
Franklin 62f5c00238 added syntax highlighting and support for the dart language. T 2022-09-11 12:19:18 -04:00
Franklin 3fa98f7361 added support for dart language in list of languages. 2022-09-11 11:42:52 -04:00
MinusGix 36c0eb5061 Replace syntax code with Helix's 2022-09-10 00:55:50 -05:00
panekj ce29405104 feat: add tree-sitter-nix 2022-09-09 16:46:04 +02:00
panekj d3731c36ac feat: add tree-sitter-c-sharp 2022-09-09 16:25:35 +02:00
panekj d12fbcaf90 feat: add tree-sitter-dockerfile 2022-09-09 16:25:34 +02:00
Dongdong Zhou 59d55798e7 bump version 2022-09-02 22:18:07 +01:00
Dongdong Zhou fd74be8d7f
Proxy refactor 2022-08-17 18:32:35 +01:00
Jakub Panek df2678310d feat: add tree-sitter-wgsl 2022-08-01 20:12:00 +02:00
Chetan Vardhan 90c2bd9b30 Revert previous julia tree-sitter support and add new PR 2022-07-20 19:39:53 +05:30
Dongdong Zhou f8e45ae567 bump version 2022-07-14 20:43:16 +01:00
Chetan Vardhan fb960b914a Add tree-sitter Julia support 2022-07-12 02:49:51 +05:30
panekj 9ad34189c8 feat: add tree-sitter-yaml 2022-07-07 17:30:53 +02:00
MinusGix ed7f62f34f Upgrade lsp-types to 0.93 2022-06-30 14:31:49 -05:00
Dongdong Zhou 7d6b739926 fix markdown 2022-06-27 18:57:17 +01:00
Suraj Ghimire ee17ba62f5
add syntax highlighting support for Bash and Zig
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-06-26 10:35:03 +05:30
Suraj Ghimire c2e08d08b1
Enable css syntax highlighting
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-06-24 22:08:50 +05:30
Shadow e1e628fb9f add hare syntax highlighting support 2022-06-21 18:56:15 +00:00
Logan Wemyss 9fa40c4bdb
Add various tree-sitter languages 2022-06-20 05:19:31 -06:00
Logan Wemyss c4bec0ac2f
Add tree-sitter langs Haskell, CodeQL, and Swift 2022-06-18 06:19:47 -06:00
Suraj Ghimire b9af8cab53
add elm syntax highlighting using tree-sitter-elm
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-06-18 01:11:21 +05:30
Dongdong Zhou 2ea657711a bump version 2022-06-11 12:29:58 +01:00
Dongdong Zhou e14bc42caa relase v0.1.1 2022-05-19 14:02:48 +01:00
Dongdong Zhou 0f1160776b bump version 2022-05-12 18:05:07 +01:00
Jiangbin Zhao fd957412fb address PR review feedbacks
- reimplement LapceLanguage::from_path()

- add a few unit tests

- minor changes including renaming struct and function
2022-05-09 13:15:04 -07:00
Jiangbin Zhao 51f335fd36 deps on the tree-sitter lang crates now optional 2022-05-08 22:01:52 -07:00
Dongdong Zhou cb4adeeee1 some more commands 2022-05-03 21:22:43 +01:00
Dongdong Zhou 155a1dea9a Merge branch 'refactor' 2022-05-03 21:07:36 +01:00
Dongdong Zhou 6e22890279 some more commands 2022-05-01 21:48:55 +01:00
unknown a38cccda6c Fix markdown dependency 2022-04-26 14:07:00 +02:00
Liberatys 20e7982058 Add ruby language support 2022-04-24 21:23:47 +01:00
Simon Willshire 873ced6f09 Add markdown tree-sitter language
Requires exposing of highlights.scm, PR: https://github.com/MDeiml/tree-sitter-markdown/pull/35
2022-04-24 21:23:05 +01:00
Dongdong Zhou 2b5869b358 move buffer to lapce-core 2022-04-21 12:00:44 +01:00
Dániel Buga 2d4a297993
Merge branch 'master' into tree-sitter-markdown 2022-04-20 21:24:41 +02:00
Dániel Buga 866eab9b8f
Merge branch 'master' into tree-sitter-markdown 2022-04-19 20:42:00 +02:00
Dániel Buga 6a1011b42f
Merge branch 'master' into feat/ruby-language-support 2022-04-19 20:34:50 +02:00
Luciano Seibel ef37889735 Add Java syntax
Co-authored-by: Daniel Buga <bugadani@gmail.com>
2022-04-16 17:32:16 +02:00
Liberatys 0cbd259300 Add ruby language support 2022-04-15 10:32:02 +02:00
Reese Sapphire 10796adc17 Added HTML tree-sitter support 2022-04-14 20:38:38 -05:00
Dongdong Zhou 8927e6d18b
Merge pull request #317 from VitorTrin/master
Add elixir language support
2022-03-29 19:55:48 +00:00
VitorTrin 6fe7720480 Use main repo 2022-03-29 10:19:35 -03:00
Simon Willshire 89e6dc157d Add markdown tree-sitter language
Requires exposing of highlights.scm, PR: https://github.com/MDeiml/tree-sitter-markdown/pull/35
2022-03-29 10:54:38 +02:00
dakata1337 7c9b00bd64
Add tree-sitter JSON support 2022-03-28 17:50:58 +03:00
Vítor Luís dos Santos Trindade edc71c6e39
Merge branch 'master' into master 2022-03-28 10:51:29 -03:00
VitorTrin 2f6ee97b6c Add elixir language support 2022-03-28 10:44:35 -03:00