textual-paint/cspell.json
Isaiah Odhner 967801cf17 Prevent digits in document from merging with mIRC color codes
If digits were present in the document, they were concatenated after
the color codes, and they ran together indistinguishably.
This changed the color index numbers that were read back, to potentially
invalid color indices, and lost the digits as part of the document.
It needs the delimiter of the ending escape code to separate the digits.
2023-07-12 01:51:57 -04:00

121 lines
1.6 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",
"dasharray",
"Deutsch",
"DIALOGEX",
"disambiguates",
"domtree",
"emacsclient",
"executablepath",
"Figlet",
"Fira",
"fudgedness",
"getpid",
"getpixel",
"goland",
"gvim",
"hackily",
"Haha",
"hkey",
"hslrgb",
"hsrgb",
"humbnail",
"icns",
"Intelli",
"linewrap",
"𝗟𝙇",
"llpaper",
"lrgb",
"mirc",
"modd",
"mspaint",
"mvim",
"myusername",
"Nemo",
"Odhner",
"pagedown",
"pageup",
"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"
]
}