mirror of
https://github.com/1j01/textual-paint.git
synced 2024-11-05 01:40:59 +03:00
70 lines
981 B
JSON
70 lines
981 B
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)",
|
||
"*.log",
|
||
"**/localization/*/**/*",
|
||
"**/localization/*.sh",
|
||
"__pycache__",
|
||
"*.egg-info/**/*"
|
||
],
|
||
"words": [
|
||
"appscript",
|
||
"asyncio",
|
||
"bezier",
|
||
"Bresenham",
|
||
"Bresenham's",
|
||
"cmdpxl",
|
||
"DIALOGEX",
|
||
"Fira",
|
||
"fudgedness",
|
||
"getpid",
|
||
"Haha",
|
||
"hkey",
|
||
"humbnail",
|
||
"linewrap",
|
||
"𝗟𝙇",
|
||
"llpaper",
|
||
"modd",
|
||
"mspaint",
|
||
"Odhner",
|
||
"pagedown",
|
||
"pageup",
|
||
"pipreqs",
|
||
"Playscii",
|
||
"polyline",
|
||
"psutil",
|
||
"pycache",
|
||
"pyperclip",
|
||
"pypixelart",
|
||
"pyright",
|
||
"pyxdg",
|
||
"renderable",
|
||
"rmam",
|
||
"setterm",
|
||
"setuptools",
|
||
"Shft",
|
||
"smam",
|
||
"stransi",
|
||
"STRINGTABLE",
|
||
"textconv",
|
||
"tlaplus",
|
||
"truecolor",
|
||
"ufeff",
|
||
"undoable",
|
||
"undos",
|
||
"ustom",
|
||
"vkey"
|
||
]
|
||
}
|