textual-paint/cspell.json
Isaiah Odhner fece1c48c6 Rasterize before setting as wallpaper
This makes Set As Wallpaper work on Windows 10 and macOS 10.14
2023-07-18 14:03:51 -04:00

129 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"files": [
"**",
".*/**"
],
"enableFiletypes": [
"pip-requirements",
"shellscript",
"tlaplus_cfg", // file type detected wrong, I'm just trying to match *.cfg
"toml"
],
"ignorePaths": [
".git",
"*.(bmp|png|jpg|jpeg|gif|svg|ico|tiff|tif|ans|flf)",
"*.log",
"**/localization/*/**/*",
"**/localization/*.sh",
"**/typings/**/*",
"**/samples/*",
"**/samples/**/*",
"__pycache__",
"**/*.egg-info/**/*"
],
"words": [
"APNG",
"appcode",
"appscript",
"asyncio",
"bezier",
"Bresenham",
"Bresenham's",
"bucketization",
"Caja",
"clion",
"cmdpxl",
"Consolas",
"dasharray",
"Deutsch",
"DIALOGEX",
"disambiguates",
"dockable",
"domtree",
"Dunder",
"emacsclient",
"executablepath",
"Figlet",
"Fira",
"fudgedness",
"getbands",
"getpid",
"getpixel",
"goland",
"gvim",
"hackily",
"Haha",
"hkey",
"hslrgb",
"hsrgb",
"humbnail",
"icns",
"Inconsolata",
"Intelli",
"linewrap",
"𝗟𝙇",
"llpaper",
"lrgb",
"Lucida",
"mirc",
"modd",
"mspaint",
"mvim",
"myusername",
"Nemo",
"Noto",
"Odhner",
"pagedown",
"pageup",
"palettized",
"performantly",
"phpstorm",
"pipreqs",
"Playscii",
"polyline",
"psutil",
"pybabel",
"pycache",
"pyfiglet",
"Pylance",
"pyperclip",
"pypixelart",
"pyright",
"pyxdg",
"qualname",
"rects",
"renderable",
"rmam",
"rmate",
"rubymine",
"setterm",
"setuptools",
"Shft",
"skool",
"smam",
"Smushing",
"stransi",
"STRINGTABLE",
"subl",
"textconv",
"thumbnailer",
"Thunar",
"tlaplus",
"truecolor",
"tspan",
"tspans",
"txtpnt",
"ufeff",
"undoable",
"undos",
"ustom",
"venv",
"vkey",
"webp",
"webstorm",
"wstorm",
"xgettext",
"xpot"
]
}