textual-paint/cspell.json
Isaiah Odhner 5bee7f4819 Accept spelling
This is already accepted by the VS Code extension but not by cspell-cli.
I hate when these inscrutable differences crop up.
2023-07-20 17:52:38 -04:00

140 lines
1.9 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": [
"Andale",
"APNG",
"appcode",
"appscript",
"asyncio",
"bezier",
"Bresenham",
"Bresenham's",
"bucketization",
"Caja",
"Cascadia",
"clion",
"cmdpxl",
"Consola",
"Consolas",
"Cour",
"dasharray",
"Deutsch",
"DIALOGEX",
"disambiguates",
"dockable",
"domtree",
"Dunder",
"emacsclient",
"executablepath",
"Figlet",
"Fira",
"fudgedness",
"getbands",
"getpid",
"getpixel",
"goland",
"gsettings",
"gvim",
"hackily",
"Haha",
"hkey",
"hslrgb",
"hsrgb",
"humbnail",
"icns",
"Inconsolata",
"Intelli",
"linewrap",
"𝗟𝙇",
"llpaper",
"lrgb",
"Lucida",
"Menlo",
"mirc",
"modd",
"mspaint",
"mvim",
"myusername",
"Nemo",
"Noto",
"Odhner",
"osascript",
"pagedown",
"pageup",
"palettized",
"performantly",
"phpstorm",
"pipreqs",
"Playscii",
"polyline",
"psutil",
"pybabel",
"pycache",
"pyfiglet",
"Pylance",
"pyobjc",
"pyperclip",
"pypixelart",
"pyright",
"pyxdg",
"qualname",
"rasterization",
"rects",
"renderable",
"rmam",
"rmate",
"rubymine",
"screeninfo",
"setterm",
"setuptools",
"Shft",
"skool",
"smam",
"Smushing",
"stransi",
"STRINGTABLE",
"subl",
"textconv",
"thumbnailer",
"Thunar",
"tkinter",
"tlaplus",
"truecolor",
"tspan",
"tspans",
"txtpnt",
"ufeff",
"undoable",
"undos",
"ustom",
"venv",
"vkey",
"webp",
"webstorm",
"wstorm",
"xgettext",
"xpot"
]
}