mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
feat: Adds espanso text expander and updates install packages, walker updates.
This commit is contained in:
13
espanso/match/_xcode_snippets.yml
Normal file
13
espanso/match/_xcode_snippets.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# These are Xcode specific matches.
|
||||
matches:
|
||||
- trigger: ":struct"
|
||||
replace: |
|
||||
struct $|$ {
|
||||
|
||||
}
|
||||
|
||||
- trigger: ":pstruct"
|
||||
replace: |
|
||||
public struct $|$ {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user