Skip to content

Commit

Permalink
Correct f snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 10, 2019
1 parent b94320f commit 42c6698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/gleam.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ snippet pfn "Public named function"
${0:${VISUAL}}
}
snippet f "Anonymous function"
fn(
fn(${1}) { ${0:${VISUAL}} }
snippet l "let variable"
let ${1} = ${0}
snippet - "->"
Expand Down

0 comments on commit 42c6698

Please sign in to comment.