textual-paint/cspell.json

70 lines
981 B
JSON
Raw Normal View History

2023-04-10 23:51:39 +03:00
{
"files": [
"**",
".*/**"
],
"enableFiletypes": [
"pip-requirements",
"shellscript",
"tlaplus_cfg", // file type detected wrong, I'm just trying to match *.cfg
"toml"
],
2023-04-10 23:51:39 +03:00
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif)",
2023-04-15 01:06:53 +03:00
"*.log",
"**/localization/*/**/*",
"**/localization/*.sh",
"__pycache__",
"*.egg-info/**/*"
2023-04-10 23:51:39 +03:00
],
"words": [
"appscript",
"asyncio",
2023-04-22 05:51:00 +03:00
"bezier",
2023-04-11 05:24:22 +03:00
"Bresenham",
"Bresenham's",
2023-04-11 01:44:24 +03:00
"cmdpxl",
"DIALOGEX",
2023-05-02 19:33:48 +03:00
"Fira",
"fudgedness",
2023-04-19 09:08:01 +03:00
"getpid",
2023-04-13 17:06:39 +03:00
"Haha",
2023-04-13 05:42:48 +03:00
"hkey",
2023-04-19 03:43:51 +03:00
"humbnail",
"linewrap",
2023-04-10 23:51:39 +03:00
"𝗟𝙇",
2023-04-19 03:43:51 +03:00
"llpaper",
2023-04-17 02:23:00 +03:00
"modd",
"mspaint",
2023-04-10 23:51:39 +03:00
"Odhner",
2023-04-21 22:05:15 +03:00
"pagedown",
"pageup",
2023-04-19 19:00:34 +03:00
"pipreqs",
2023-04-11 01:44:24 +03:00
"Playscii",
2023-04-22 08:04:19 +03:00
"polyline",
2023-04-19 09:08:01 +03:00
"psutil",
2023-04-15 01:06:53 +03:00
"pycache",
"pyperclip",
2023-04-11 20:21:19 +03:00
"pypixelart",
2023-04-22 09:27:43 +03:00
"pyright",
"pyxdg",
2023-05-02 02:23:57 +03:00
"renderable",
"rmam",
"setterm",
"setuptools",
2023-04-19 03:43:51 +03:00
"Shft",
"smam",
2023-04-11 23:22:00 +03:00
"stransi",
"STRINGTABLE",
"textconv",
"tlaplus",
2023-05-02 19:33:48 +03:00
"truecolor",
"ufeff",
2023-04-28 22:27:23 +03:00
"undoable",
2023-04-13 05:42:48 +03:00
"undos",
2023-04-19 03:43:51 +03:00
"ustom",
2023-04-13 05:42:48 +03:00
"vkey"
2023-04-10 23:51:39 +03:00
]
}