Matheus Abreu
b7b17925c1
Add Clojure language support ( #1830 )
...
* ✨ Adds Clojure language support
* 📝 Updated changelog
* nitpick: format
* fix: restore Cargo.lock
Co-authored-by: Matheus Abreu <matheus@zuplae.com>
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-12-18 18:00:20 +01:00
Dongdong Zhou
5aa3b61cab
bump version
2022-12-14 19:21:35 +00:00
Arjun31415
da744ee50d
added cmake support ( #1767 )
...
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-30 20:33:37 +00:00
Vixea
289e5d13c8
Add syntax highlighting for glsl. ( #1741 )
...
* Add syntax highlighting for glsl.
* Update CHANGELOG.md
* correct order
* Update CHANGELOG.md
Co-authored-by: Jakub Panek <me@panekj.dev>
* include even more extensions
I could think of more but at this point its getting a little out of hand
why couldn't this be standardized :(
got some of them from https://github.com/euler0/sublime-glsl
* fmt
Co-authored-by: Jakub Panek <me@panekj.dev>
2022-11-23 18:42:02 +00:00
Jovan Gerodetti
16e6449dee
Add protobuf language support ( #1713 )
2022-11-22 14:20:28 +01:00
Dongdong Zhou
e65d64b456
bump version
2022-11-18 19:50:08 +00:00
Jakub Panek
5362eb3022
fix: sort languages
2022-11-15 19:40:47 +01:00
听风
89d44fe771
add prisma support ( #1700 )
2022-11-15 11:00:46 +01:00
Dongdong Zhou
939853808a
bump version
2022-11-10 19:10:39 +00:00
Dongdong Zhou
5d9eb3973a
render installed plugin icons ( #1670 )
2022-11-08 20:47:32 +00:00
Dongdong Zhou
3da96232ec
bump to 0.2.2
2022-11-04 22:12:10 +00:00
Dongdong Zhou
417aaabcde
xi-rope switch to crates.io
2022-11-01 19:30:21 +00:00
adam-becker
14314967ce
Add syntax highlighting for erlang. ( #1609 )
...
* Add syntax highlighting for erlang.
* Update CHANGELOG.md
2022-10-27 22:38:46 +01:00
Dorian Péron
b0f162019d
feat(tree-sitter): Add XML support ( #1554 )
...
* Added XML syntax highlighting support.
* feat(tree_sitter_xml); Updated CHANGELOG.md
Co-authored-by: Dorian 'RenjiSann' Péron <dodo.savenay@gmail.com>
2022-10-19 19:18:12 +01:00
Dongdong Zhou
64bf5eba34
fix tree sitter edit once more ( #1556 )
2022-10-19 19:03:13 +01:00
Paul Delafosse
d3371361ce
feat(tree-sitter): add sql language ( #1472 )
2022-10-16 19:46:09 +01:00
Dongdong Zhou
fdb1e52f4e
bump version to 0.2.1
2022-10-12 19:13:39 +01:00
Dongdong Zhou
7c993f9435
IME Support for macOS ( #1440 )
2022-10-05 22:34:32 +01:00
Dániel Buga
a19318e432
Fix self-update for installed Lapce ( #1427 )
...
* Download msi for non-portable Lapce
* Run the downloaded installer
* Set the portable flag for standalone exe
2022-10-02 17:28:20 +01:00
Jakub Panek
a14043a305
fix: don't panic on non-existing key & remove config dep ( #1425 )
...
* fix: don't panic on non-existing key
* fix: remove unused config dep
2022-10-01 21:44:13 +01:00
NiceSieve
3ce1306927
Add Scheme tree-sitter support ( #1416 )
...
* add support for Scheme tree-sitter
* add test for Scheme language
2022-09-30 22:32:36 +01:00
NiceSieve
27578f4579
sort languages alphabetically ( #1411 )
2022-09-30 21:10:32 +01:00
Dániel Buga
7de4193e47
Log panics with full backtrace as errors ( #1404 )
...
* Log panics with full backtrace as errors
* Store backtraces
2022-09-30 19:58:28 +01:00
NiceSieve
3551ad2c4d
add tree-sitter support for R ( #1370 )
2022-09-30 19:57:18 +01:00
xiaoxin
0522da59f2
add vue highlight support ( #1326 )
...
* feat: add vue highlight support
* feat: add vue lang
* remove vue svg
because the licences is unknow
2022-09-29 19:18:31 +01:00
Paul Delafosse
8c56be834c
Chore/remove unused deps ( #1390 )
...
* chore(lacpe-data): remove unused dependencies
* chore(lacpe-ui): remove unused dependencies
* chore(lacpe-core): remove unused dependencies
2022-09-29 19:17:38 +01:00
Suraj Ghimire
196f896a2e
Lua support ( #1375 )
...
* initial support for lua
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
* use master implementation for new_highlight_config
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
* add proper License and source
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-09-28 20:16:17 +01:00
Suraj Ghimire
b37f34684a
Merge branch 'master' into d_syntax_highlighting
...
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-09-24 09:31:05 +05:30
Suraj Ghimire
b998c1f3a5
Merge branch 'master' into d_syntax_highlighting
...
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-09-24 09:02:29 +05:30
Dongdong Zhou
f200dd9f81
Merge pull request #1299 from Giton22/master
...
Kotlin tree-sitter support
2022-09-23 19:42:32 +01:00
Giton
24f0118f94
Add kotlin tree-sitter support
2022-09-22 23:17:55 +02:00
Jakub Panek
7c7ef50800
fix: replace lazy_static
2022-09-22 22:36:00 +02:00
George
3a09f51c32
Added Absolute/Relative Copy Path. ( #1262 )
...
* Fixed compilation error: non-pub field.
* Adding Absolute/Relative Copy Path.
* Adding Absolute/Relative Copy Path.
Fixed compilation error: non-pub field.
* Used `druid`'s clipboard instead of the crate `clipboard`.
* Removed surplus formatting.
* Used shorthand of `Copy Absolute Path`.
* Rustfmt.
2022-09-20 21:31:03 +01:00
MinusGix
1bd5442282
Make PSP/LSP api use number and string identifiers
2022-09-19 13:06:49 -05: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
Franklin
3fa98f7361
added support for dart language in list of languages.
2022-09-11 11:42:52 -04:00
Suraj Ghimire
0c92aecfbb
initial support for d syntax highlighting
...
Signed-off-by: Suraj Ghimire <suraj@ghishadow.com>
2022-09-11 11:59:46 +05:30
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
7cb7f84f14
Cli ( #1003 )
2022-08-29 20:59:35 +01:00
panekj
4da34e9714
feat: add LapceUICommand::OpenURI
2022-08-22 14:03:32 +02:00
Dongdong Zhou
b71541f9d8
Auto update
2022-08-20 21:18:24 +01:00
Dongdong Zhou
fd74be8d7f
Proxy refactor
2022-08-17 18:32:35 +01:00
Dongdong Zhou
3be5181fd4
Merge pull request #807 from panekj/feat/tree-sitter-wgsl
...
feat: add tree-sitter-wgsl
2022-08-06 14:57:27 +01:00
Jakub Panek
df2678310d
feat: add tree-sitter-wgsl
2022-08-01 20:12:00 +02:00
panekj
72636ec162
fix: replace toml-rs with toml_edit
...
toml-rs is abandoned and not fixed anymore, it also has a bug
that in certain cases might prevent plugins getting installed
because of struct serialization
2022-08-01 17:07:00 +02:00
Dongdong Zhou
f8e45ae567
bump version
2022-07-14 20:43:16 +01:00