Add some works to the dictionary

This commit is contained in:
Alberto Restifo 2020-05-09 20:27:53 +02:00
parent a769a1a17a
commit bc20176f77

View file

@ -1,3 +1,7 @@
{ {
"crystal-lang.mainFile": "${workspaceRoot}/src/cbor.cr" "crystal-lang.mainFile": "${workspaceRoot}/src/cbor.cr",
"cSpell.words": [
"CBOR",
"IANA"
]
} }