textual-paint/cspell.json
Isaiah Odhner 2ed803631b Allow undoing color or character information loss
Of course, this highlights the need to prompt during Save as well,
not just Save As, or to make creating color or character information
impossible depending on the type of file that is open.
2023-06-13 14:50:08 -04:00

113 lines
1.5 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": [
"appcode",
"appscript",
"asyncio",
"bezier",
"Bresenham",
"Bresenham's",
"bucketization",
"Caja",
"clion",
"cmdpxl",
"dasharray",
"Deutsch",
"DIALOGEX",
"domtree",
"emacsclient",
"executablepath",
"Figlet",
"Fira",
"fudgedness",
"getpid",
"getpixel",
"goland",
"gvim",
"hackily",
"Haha",
"hkey",
"hslrgb",
"hsrgb",
"humbnail",
"icns",
"Intelli",
"linewrap",
"𝗟𝙇",
"llpaper",
"lrgb",
"modd",
"mspaint",
"mvim",
"myusername",
"Nemo",
"Odhner",
"pagedown",
"pageup",
"phpstorm",
"pipreqs",
"Playscii",
"polyline",
"psutil",
"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",
"ufeff",
"undoable",
"undos",
"ustom",
"venv",
"vkey",
"webp",
"webstorm",
"wstorm"
]
}