Added xcode snippets to espanso

This commit is contained in:
2023-03-21 17:03:49 -04:00
parent d6e400ce67
commit 48cffcb315
2 changed files with 18 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# Xcode specific configuration.
filter_exec: "Xcode"
extra_includes:
- "../match/_xcode_snippets.yml"

View File

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