Commit Graph

33 Commits

Author SHA1 Message Date
Reese Sapphire 10796adc17 Added HTML tree-sitter support 2022-04-14 20:38:38 -05:00
Cole Cassise c40172a41b Add support for more C++ extensions 2022-04-11 11:02:53 -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
dakata1337 7c9b00bd64
Add tree-sitter JSON support 2022-03-28 17:50:58 +03:00
VitorTrin 0ddd26ff76 Fix merge mistakes 2022-03-28 10:57:26 -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
Dongdong Zhou 367dcd278d
move serialize data to lapce-rpc (#294) 2022-03-26 12:35:57 +00:00
Simon Willshire ce36f515d3 Add Cpp tree-sitter support 2022-03-26 11:23:32 +01:00
Simon Willshire 23b3417857 Add tree-sitter C support
- Supports "c" and "h" filename extensions
2022-03-25 20:24:15 +01:00
Jamie Hill-Daniel 8d5641c739 Squashed commit of the following:
commit 0c25c39b8993302fa6efb61cce986debf415ef53
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:46:32 2022 +0000

    Disable complex type lint

commit b1dfcfea16db6265ccc5e5bcbf49b605385f78db
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:43:51 2022 +0000

    Refactor `if let` to `match`

commit 441bd1d65a377ed8a291c9d5639313bfdbee0897
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:39:56 2022 +0000

    Refactor `if` to match chain

commit 923e2176f52cc059bf86ad86eb7301c7186109b9
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:28:57 2022 +0000

    Use char for one-length string

commit fe1050f73e44cc811e88be70ee6dd906bc5b1aff
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:28:31 2022 +0000

    Use clearer name and return type

commit 46dd0dd6026eaf6ff4a282bd7d813004ed8fd761
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:25:06 2022 +0000

    Use shared Match type

commit c352d968243f2dc4c4ce6adc5b9e2ffc4c373f49
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:23:29 2022 +0000

    Change name and return type to be more clear

commit 4d1d1f92426aeafdcbe2e547caf1b214e52e33a4
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:10:04 2022 +0000

    Disable 'too many arguments' lint

commit 58de75274c1022d1abdf136a2292734ffa8f4d7c
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:09:19 2022 +0000

    Refactor `if` chain to match

commit e639e3f219fc7f078111ba1af297cfcc9017c746
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:07:22 2022 +0000

    Use shared type for search matches

commit 368a542a244b5cc0feccd9f4d29c38115601cf9e
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:05:23 2022 +0000

    Refactor `if` chain to `match`

commit 87e83da30d45b634798abcdcc3c8badfc538b3a2
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:03:30 2022 +0000

    Use default value

commit 1c7fd7f87aa26b5cf49c6ae8c1b7fb5528c7a1a6
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:02:56 2022 +0000

    Allow complex return type

commit a301018543bfe6710accfbcc4857ced2b29f6028
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 12:00:45 2022 +0000

    Allow `module inception`

commit 7964f284678a57fe81c98551861aad254faf1f4b
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:59:36 2022 +0000

    Move complex closure out of `if`

commit 9e323befd545c0d872e7960f18abeb7dc3db6cfc
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:57:03 2022 +0000

    Disable 'too many arguments' lint

commit d3ca86a7234642d94b0b5ed2606ce14340d75fa5
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:56:36 2022 +0000

    Collapse `if let`

commit 5fa9af8aa3ab2291d8b54089ef8724b748b097ae
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:55:56 2022 +0000

    Use `match` rather than if chain

commit 55df94bd84057bc1aa133fa7ec89e613f8ea0898
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:53:47 2022 +0000

    Remove unnecessary lazy evaluation

commit 9cbc7e2f1f633fe981fdbe850d757f3185c060b2
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:53:05 2022 +0000

    Correct typos and use default value

commit 4774af03457856d2ae5238debdb1b2b85eac0703
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:49:19 2022 +0000

    Disable 'too many arguments' lint

commit a0a83b8eb63eceda0724e8c889542d966218bd3b
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:48:12 2022 +0000

    Refactor `match` using Try operator

commit c3209ca5726acb0f22b0a003896a0d09d9fd9d19
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:01:08 2022 +0000

    Remove unnecessary mutable binding

commit a16f1da01e12a40a809b4caf494ac3099777428c
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 11:00:11 2022 +0000

    Disable 'too many arguments' lint

commit 82351042f16b242ac560607c005cc9f19ad1d573
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:59:16 2022 +0000

    Split out complex type

commit f986d7344feb29b5f62b2042c90fc125c9d0f22e
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:55:11 2022 +0000

    Box large struct field

commit 95e90e933ff6f032dc28651cd447b8d6f7dddba6
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:53:53 2022 +0000

    Disable lint for 'single binding'

commit bad6aedbcb84fd494ab01e736605b0cf40854c20
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:53:07 2022 +0000

    Disable lint for 'too many arguments'

commit acdb475861bfa9a13a6ad125e0eb4727afeb51f1
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:50:51 2022 +0000

    Mark param as unused

commit ae5fcd8aec7c6a473cf107164fab585a488da0d9
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:48:48 2022 +0000

    Remove unused `depth` argument

commit f7f16f172d55ae3149f5fe6791310763995a1b0f
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:46:59 2022 +0000

    Collapse unnecessary `if` nesting

commit 89165a940e1222f1923923b49b6d7a11148a41be
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:46:04 2022 +0000

    Use `char` instead of one-length string

commit 776efe1b9180be41c8f4170a6bd717e13e72a524
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:44:43 2022 +0000

    Use `Iterator` trait

commit 75f448d295f047a7961b46d4a2b6da28e70b627c
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:36:01 2022 +0000

    Use `.flatten()` to avoid extra binding

commit bf261f303acddc26d97c24c827bc9c2794b35c49
Author: Jamie Hill-Daniel <jamie@hill-daniel.co.uk>
Date:   Fri Mar 25 10:34:46 2022 +0000

    Box large field to improve memory layout
2022-03-25 12:48:31 +00:00
Dongdong Zhou e66144ab94 depency move 2022-03-24 20:58:04 +00:00
Dongdong Zhou f91a29cbfc bump version 2022-03-24 17:47:46 +00:00
Jellyfrog 083ea286ae Add PHP syntax highlighting 2022-03-24 09:37:07 +01:00
Dongdong Zhou 02aa47056c tab indent improvement 2022-03-22 17:38:31 +00:00
Dongdong Zhou dd7069e9d5 Add toggle line comment 2022-03-22 13:39:47 +00:00
Dongdong Zhou 141c8e1104 code lens paint current rope 2022-03-22 12:19:22 +00:00
Dongdong Zhou e5ed080d98 code lens improvement 2022-03-22 11:53:30 +00:00
Dongdong Zhou dbf337af36 some style changes 2022-03-22 10:26:31 +00:00
Dongdong Zhou f273476a09 add toml syntax support 2022-03-21 14:38:55 +00:00
Dongdong Zhou bf2e4959fd add js,ts,py syntax support 2022-03-21 14:37:00 +00:00
Dongdong Zhou a321c88e49 CRLF to LF 2022-03-21 10:53:55 +00:00
Dongdong Zhou 955f99df11 clean up of old syntax code 2022-03-21 10:38:35 +00:00
Dongdong Zhou fcac68412d New way to handle syntax 2022-03-21 09:10:41 +00:00
Dongdong Zhou bf79a35a5c bump piet-wgpu 2022-03-17 09:46:41 +00:00
Dongdong Zhou ecb5bf8860 code lens selection fix 2022-03-14 16:19:51 +00:00
Dongdong Zhou 94e9631b08 update code lens 2022-03-11 21:48:05 +00:00
Dongdong Zhou c86514e745 start code lens 2022-03-10 22:07:20 +00:00
Dongdong Zhou 11e3e78a79 protect slice_to_cow 2022-03-08 20:55:56 +00:00
Dongdong Zhou 0efa8ead32 split data into lapce-data 2022-03-08 15:08:35 +00:00
Dongdong Zhou 10ae906b90 rename lapce-core to lapce-ui 2022-03-08 12:45:00 +00:00
Dongdong Zhou 4d3a491864 rename folders 2022-03-08 12:34:52 +00:00