0cffc49cbb
Merge remote-tracking branch 'filebrowser/add-file-browser'
2025-01-09 17:45:18 +01:00
82e09c04a0
fix: Broken trim_whitespace fn
2025-01-09 17:44:52 +01:00
0f2fbd2b6f
Merge remote-tracking branch 'helix-pull/pull-diagnostics'
2025-01-09 17:39:40 +01:00
Denys Rybalka
996ee93e41
Normalize path in file browser
2025-01-08 08:26:11 +01:00
Sofus Addington
69025dde28
Pull diagnostics
2025-01-05 20:52:59 +01:00
RoloEdits
64b38d1a28
refactor(shellwords)!: change arg handling strategy ( #11149 )
2025-01-05 12:18:30 -06:00
Seigo Mori
377e36908a
Add cursorline color to iceberg theme ( #12404 )
2025-01-05 10:58:31 -06:00
Nikita Revenco
fa4aa0fb42
docs: catppuccin themes should not be directly edited here ( #12400 )
...
Co-authored-by: uncenter <47499684+uncenter@users.noreply.github.com>
2025-01-05 10:55:28 -06:00
Nikita Revenco
2b8f8df1af
feat: correct Swift highlights ( #12409 )
...
- Adds injections for the `comment` language
- Correct highlight of the `nil` value. Same highlight as `null` in javascript, java and others
- Recognize `<` and `>` as punctuation, used in generics (same color as the syntax used in other languages)
- `protocol` function methods are recognized
- When accessing object properties, like `hello.world`, the `world` is properly recognized as being a member
- Recognize the `\` as an operator
2025-01-05 10:54:45 -06:00
Nikita Revenco
eed052e86b
feat: highlight :
as a delimiter in Rust ( #12408 )
2025-01-05 10:51:33 -06:00
Erasin Wang
0654a1f058
Update onelight theme ( #12399 )
2025-01-05 10:27:38 -06:00
4762371504
Merge remote-tracking branch 'RoloEdits/icons-v2'
2025-01-04 18:22:19 +01:00
Rolo
15d091cb65
todo: outline more icon domains and sets
2025-01-04 09:03:30 -08:00
Rolo
0fb74a7160
feat: add more icons for supported languages
2025-01-04 09:03:30 -08:00
Rolo
ca36a396e6
refactor: change lsp icons to nf-cod-symbol
where possible
2025-01-04 09:03:30 -08:00
Rolo
b587baa728
refactor: tweak with bufferline icon spacing
2025-01-04 09:03:30 -08:00
Rolo
02374e4f91
doc: add description for Icons
in Editor
2025-01-04 09:03:30 -08:00
Rolo
e1476b37b5
refactor: small renames for better clarity
2025-01-04 09:03:30 -08:00
Rolo
b53d8e9f6b
refactor: rename mime get param from type to name
2025-01-04 09:03:30 -08:00
Rolo
287fd9aed1
refactor: rename config.rs to icons.rs and move to top level
2025-01-04 09:03:30 -08:00
Rolo
46f09ea70e
perf: switch from String
to SmartString
2025-01-04 09:03:30 -08:00
Rolo
1ba0e8b5ba
refactor: add nerdfont defaults for common mime types
2025-01-04 09:03:30 -08:00
Rolo
7a368fcc58
perf: add #[inline]
attribute to getters
2025-01-04 09:03:30 -08:00
Rolo
1eda83e3e5
chore: add comment for default diagnostic symbols
2025-01-04 09:03:30 -08:00
Rolo
041192eaae
refactor: remove Default
impls and add config parsing
2025-01-04 09:03:30 -08:00
Rolo
e9de73a4a3
feat: add dap symbols to config
2025-01-04 09:03:30 -08:00
Rolo
a8ffbaa397
lint: add 'static lifetime to const's
2025-01-04 09:03:30 -08:00
Rolo
39638b6394
feat: add support for basic icons
2025-01-04 09:03:30 -08:00
5ae34222e2
Merge remote-tracking branch 'irh/clickable-bufferline'
2025-01-04 17:56:48 +01:00
6589a46e12
Merge remote-tracking branch 'nikitarevenco/toggle-diagnostics'
2025-01-04 17:53:44 +01:00
b1ea2cd7db
Merge remote-tracking branch 'merge-status-line/merge-statusline-cmdline'
2025-01-04 17:33:43 +01:00
RoloEdits
353176082e
doc: generate lang-support.md
for teal
( #12402 )
2025-01-05 01:11:10 +09:00
André L. Alvares
b47b946c47
Fix Teal LSP name. ( #12395 )
2025-01-04 11:49:44 +09:00
Will Faught
827deba74c
Change Cwd to Cmd ( #12396 )
2025-01-03 20:23:21 -05:00
Michael Davis
dabfb6ceea
Add changelog notes for 25.01 ( #12347 )
2025-01-03 13:50:51 -06:00
63517ee4e7
Merge remote-tracking branch 'trim/trailing-whitespace'
2025-01-03 17:02:40 +01:00
1904e7e669
Merge remote-tracking branch 'upstream/master'
2025-01-03 16:57:23 +01:00
5ffffdee69
Merge remote-tracking branch 'filebrowser/add-file-browser'
2025-01-03 16:55:29 +01:00
Niza Toshpulatov
9dcc1f06b0
Add dim modifier to diagnostic.unnecessary in catppuccin_mocha.toml ( #12391 )
2025-01-03 08:13:44 -06:00
David Crespo
eaa7c8e9f6
docs: fix typo in usage.md ( #12390 )
2025-01-03 08:11:37 -06:00
Michael Davis
4817bfa003
minor: fix syntax tree pretty print test
...
This case needs to be adjusted for the escaping added in 38e8382b
2025-01-02 15:44:04 -05:00
Michael Davis
e0bccd2c58
tsq: Tune highlights to more closely match 24.07 release
...
The changes in #12148 were a bit radical - this restores some
customizations we had like using "label" for captures and not
highlighting the '#' or '?'/'!' parts differently. Also the highlighting
for predicates we do (not) support has been restored.
2025-01-02 15:37:18 -05:00
Michael Davis
38e8382b01
Escape double quotes for anonymous nodes in :tree-sitter-subtree
...
If the anonymous node contained a double quote it would throw off the
highlighting.
2025-01-02 15:33:48 -05:00
Darshan Kumawat
c9cc14728f
Update hyprland langugauge file type. ( #12384 )
2025-01-02 08:39:02 -06:00
7e2bdbe6df
Merge remote-tracking branch 'backup/open'
2025-01-02 14:22:06 +01:00
Sebastian Dörner
b1759f998d
Migrate to an improved proto grammar ( #12225 )
2024-12-31 13:41:53 -06:00
Samuel Selleck
4a59f68a0d
LSP Client: Accept floats with trailing zeros as valid JSONRPC IDs ( #12376 )
2024-12-31 12:45:47 -06:00
dependabot[bot]
2b4a77b9bf
build(deps): bump the rust-dependencies group with 2 updates ( #12371 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-31 09:12:48 -06:00
Egor Afanasin
41763b4851
Sunset theme: add ui.text.directory ( #12372 )
2024-12-31 09:11:33 -06:00
kirawi
d75bafac8a
try uid test again
2024-12-31 01:20:52 -05:00