textual-paint/cspell.json

26 lines
295 B
JSON
Raw Normal View History

2023-04-10 23:51:39 +03:00
{
"files": [
"**",
".*/**"
],
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)",
"*.log"
],
"words": [
2023-04-11 05:24:22 +03:00
"Bresenham",
"Bresenham's",
2023-04-11 01:44:24 +03:00
"cmdpxl",
2023-04-13 17:06:39 +03:00
"Haha",
2023-04-13 05:42:48 +03:00
"hkey",
2023-04-10 23:51:39 +03:00
"𝗟𝙇",
"Odhner",
2023-04-11 01:44:24 +03:00
"Playscii",
2023-04-11 20:21:19 +03:00
"pypixelart",
2023-04-11 23:22:00 +03:00
"stransi",
2023-04-13 05:42:48 +03:00
"undos",
"vkey"
2023-04-10 23:51:39 +03:00
]
}