mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Added xcode snippets to espanso
This commit is contained in:
5
espanso/espanso/config/xcode.yml
Normal file
5
espanso/espanso/config/xcode.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
# Xcode specific configuration.
|
||||
|
||||
filter_exec: "Xcode"
|
||||
extra_includes:
|
||||
- "../match/_xcode_snippets.yml"
|
||||
13
espanso/espanso/match/_xcode_snippets.yml
Normal file
13
espanso/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