oops, accidentally deleted shit
This commit is contained in:
parent
2497c51550
commit
e8e43c9c06
6 changed files with 15 additions and 9 deletions
dotfiles/vscode-snippets/snippets/purescript
|
@ -48,5 +48,15 @@
|
|||
"prefix": "impref",
|
||||
"description": "import Effect.Ref module",
|
||||
"body": "import Effect.Ref as Ref"
|
||||
},
|
||||
"Int": {
|
||||
"prefix": "impint",
|
||||
"description": "import Data.Int module",
|
||||
"body": "import Data.Int as Int"
|
||||
},
|
||||
"Number": {
|
||||
"prefix": "impnumber",
|
||||
"description": "import Data.Number module",
|
||||
"body": "import Data.Number as Number"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue