feat: Adds espanso text expander and updates install packages, walker updates.

This commit is contained in:
2025-09-25 19:17:15 -04:00
parent bef4bbea5f
commit 1e94c4181f
24 changed files with 100 additions and 76 deletions

View File

@@ -0,0 +1,13 @@
# These are Xcode specific matches.
matches:
- trigger: ":struct"
replace: |
struct $|$ {
}
- trigger: ":pstruct"
replace: |
public struct $|$ {
}