3351c1a8f1
Increment version number
4a24ef1dff
Update version metadata
714f6b272d
Support '@diagnose' attribute, SE-0522
62d5b99eda
Support borrow and mutate accessors, SE-507
513311e76d
Bring evo table up to date
4406753f80
Add protocol requirement parameter rules
dffd7d6d11
Add mode declaration to list splitting command
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
731fd1fe8d
Fix parse of existential type in function type
4e8f2816b9
Accept closure with isolation and no other header
c06910c1c0
Add display spec for Edebug backtrace windows
f25f8cc9ac
Fix Ielm indentation
2b8f0e3a96
Add display spec for Edebug backtrace windows
ff715a06fe
Fix Ielm indentation
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
a931800469
Switch ielm working buffer if current one is dead
dabf6c07e3
Use symbols for Consult buffer source lists
3e31b6c862
Fix 'wool:consult-source-note-buffer'
475c784fd8
Palette is not optional in the visualization command
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
99420a02da
Add highlight rule for 'protocol_member_modifier'
7fcddc38a6
Integrate with 'editorconfig-mode'
fa0d4ad9c8
Split protocol member modifiers to individual nodes
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...
47c5eecbe0
Remove stray character in test file
fcad443059
Accept 'if' and 'switch' function call labels