• Joined on 2023年05月10日
woolsweater released Version 0.9.24 at woolsweater/tree-sitter-swifter 2026年06月27日 03:48:28 +02:00
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2026年06月27日 03:45:24 +02:00
3351c1a8f1 Increment version number
4a24ef1dff Update version metadata
Compare 2 commits »
woolsweater pushed tag v0.9.24 to woolsweater/tree-sitter-swifter 2026年06月27日 03:45:14 +02:00
woolsweater pushed tag v0.9.23 to woolsweater/tree-sitter-swifter 2026年06月27日 02:28:43 +02:00
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2026年06月27日 02:28:43 +02:00
714f6b272d Support '@diagnose' attribute, SE-0522
62d5b99eda Support borrow and mutate accessors, SE-507
513311e76d Bring evo table up to date
Compare 3 commits »
woolsweater pushed to develop at woolsweater/swift-ts-mode 2026年06月03日 03:48:31 +02:00
4406753f80 Add protocol requirement parameter rules
dffd7d6d11 Add mode declaration to list splitting command
Compare 2 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年04月29日 17:50:09 +02:00
16e298361e Use sans serif face for commit message headlines
0b03b69029 Set 'indent-region-function' for Tree-sitter test mode
7064b4d457 Don't echo Eldoc info when hovering, only when editing
b2ad00c5c4 Add command to end completion preview unchanged
aeb484e12e Don't case fold on yank for search
Compare 6 commits »
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2026年04月24日 03:44:54 +02:00
731fd1fe8d Fix parse of existential type in function type
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2026年04月23日 03:18:17 +02:00
4e8f2816b9 Accept closure with isolation and no other header
woolsweater pushed to main at woolsweater/.emacs.d 2026年04月16日 05:47:16 +02:00
c06910c1c0 Add display spec for Edebug backtrace windows
f25f8cc9ac Fix Ielm indentation
Compare 2 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年04月16日 05:45:36 +02:00
2b8f0e3a96 Add display spec for Edebug backtrace windows
ff715a06fe Fix Ielm indentation
Compare 2 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年04月15日 06:11:13 +02:00
30db8026f2 Improve 'whitespace-mode' config
41eac7fd32 Disable project caching for specific directories
1ed5a83f55 Fix some docstring quotes
83017fbc26 Use 'defcustom' for my prog-mode settings
625d671cda Fix annoying built-in Ielm history implementation
Compare 12 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年03月19日 05:08:25 +01:00
a931800469 Switch ielm working buffer if current one is dead
dabf6c07e3 Use symbols for Consult buffer source lists
Compare 2 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年03月17日 05:36:51 +01:00
3e31b6c862 Fix 'wool:consult-source-note-buffer'
475c784fd8 Palette is not optional in the visualization command
Compare 2 commits »
woolsweater pushed to main at woolsweater/.emacs.d 2026年03月15日 19:16:35 +01:00
5fcb295f7f Add binding to rg mode to toggle outlines
eeab2a0f0b Turn on flycheck in shell scripts
ab6f488e46 Bind Magit blame display in vc-prefix-map
8cfc7cf605 Use vtable for palette display
341b2ca6e4 Add command to create a new notecard
Compare 21 commits »
woolsweater pushed to develop at woolsweater/swift-ts-mode 2026年01月12日 05:49:00 +01:00
99420a02da Add highlight rule for 'protocol_member_modifier'
7fcddc38a6 Integrate with 'editorconfig-mode'
Compare 2 commits »
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2026年01月12日 05:45:31 +01:00
fa0d4ad9c8 Split protocol member modifiers to individual nodes
woolsweater commented on issue woolsweater/swift-ts-mode#3 2026年01月11日 19:04:59 +01:00
swift-ts-mode has problem catching up growing large swiftinterface files

Yes indeed, since the contents of a .swiftinterface file are not really valid Swift code this is expected. I believe the best way to handle this will be creating a Tree-sitter grammar specific to...

woolsweater pushed to master at woolsweater/tree-sitter-swifter 2025年12月06日 23:59:30 +01:00
47c5eecbe0 Remove stray character in test file
woolsweater pushed to master at woolsweater/tree-sitter-swifter 2025年11月22日 19:23:45 +01:00
fcad443059 Accept 'if' and 'switch' function call labels