diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-30 16:06:22 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-08-30 16:06:22 +0100 |
| commit | f1eabbaa1b4ff1836d0ee8335b31d009203f3775 (patch) | |
| tree | bbe77eacaef8ab8a5999e517c3006973c9e3e44c /snippets/reason.snippets | |
| parent | 823302458ec6c53455a3f34674415c43ce6a3187 (diff) | |
fixed zathura integration with texlab using nvim-texlabconfig
Diffstat (limited to 'snippets/reason.snippets')
| -rw-r--r-- | snippets/reason.snippets | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/snippets/reason.snippets b/snippets/reason.snippets deleted file mode 100644 index 24db476..0000000 --- a/snippets/reason.snippets +++ /dev/null @@ -1,36 +0,0 @@ -snippet doc - /* - ${0} - */ -snippet let - let ${1} = ${0}; -snippet fn - let ${1} = (${2}) => { - ${0} - }; -snippet fun - fun ${1} => ${0} -snippet ty - type ${1} = ${0}; -snippet mod - module ${1} = { - ${0} - }; -snippet modty - module type ${1} = { - ${0} - }; -snippet sw - switch (${1}) { - | ${2} => ${0} - } -snippet | - | ${1} => ${0} -snippet p - |> ${0} -snippet if - if (${1}) { - ${2} - } else { - ${0} - } |
