mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-23 06:41:32 +03:00
2ed803631b
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.
113 lines
1.5 KiB
JSON
113 lines
1.5 KiB
JSON
{
|
||
"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"
|
||
]
|
||
}
|