mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
14 lines
186 B
YAML
14 lines
186 B
YAML
# These are Xcode specific matches.
|
|
matches:
|
|
- trigger: ":struct"
|
|
replace: |
|
|
struct $|$ {
|
|
|
|
}
|
|
|
|
- trigger: ":pstruct"
|
|
replace: |
|
|
public struct $|$ {
|
|
|
|
}
|