uno/build/cSpell.json

193 строки
2.9 KiB
JSON
Исходник Обычный вид История

{
2022-10-20 18:50:45 +03:00
"version": "0.2",
"language": "en",
"words": [
"Avalonia",
2023-09-29 22:23:58 +03:00
"ambiently",
2022-10-20 18:50:45 +03:00
"binlog",
"Blazor",
"blockquotes",
"Bootstrapper",
"brotli",
"browsersync",
"bytecode",
"Callout",
"chatops",
"codebases",
"Codespace",
"Codespaces",
"Contoso",
"Cupertino",
"customizability",
"databinding",
"datacontext",
"datagrid",
"devs",
"Dismissable",
"Docfx",
"ellipsize",
"Expando",
2023-11-01 20:30:45 +03:00
"flyouts",
2022-10-20 18:50:45 +03:00
"Framebuffer",
2023-07-17 22:12:36 +03:00
"Gamepad",
"gamepads",
2022-10-20 18:50:45 +03:00
"Geolocation",
"globbing",
"Gyrometer",
"Hanja",
"hectopascals",
"Inlines",
2023-09-06 14:49:11 +03:00
"keychain",
2022-10-20 18:50:45 +03:00
"laggy",
"layouter",
"layouting",
"Listview",
"LLRM",
"mergeable",
"MSAL",
"msbuild",
2023-11-01 20:30:45 +03:00
"MVUX",
2022-10-20 18:50:45 +03:00
"MVVM",
"NETSDK",
"netstandard",
"oidc",
"Omnisharp",
"overscroll",
"Packt",
"parameterless",
"pickable",
"Pluralsight",
"POSIX",
"reentrantly",
2023-09-29 21:44:26 +03:00
"Resizetizer",
2023-11-01 20:30:45 +03:00
"resw",
2022-10-20 18:50:45 +03:00
"roadmap",
"sandboxed",
"Segoe",
"Silverlight",
"Skia",
"skiasharp",
"Storyboarded",
"struct",
"Syncfusion",
"templatable",
"templating",
"timespan",
"Tizen",
"TLDR",
"toolkits",
"triaging",
"UI's",
"unmanaged",
"Uno's",
"unoplatform",
"UWP's",
"VSIX",
"walkthrough",
"WEBASSEMBLY",
"Haptics"
2022-10-20 18:50:45 +03:00
],
"ignoreWords": [
"ADAL",
2023-11-01 20:30:45 +03:00
"appsettings",
2022-10-20 18:50:45 +03:00
"Authenticode",
"automagically",
"Divio's",
"emcc",
"emscripten",
"Flatpickr",
"Giesel",
"GPIO",
"hdpi",
"Headered",
"Hoefling",
"HRESULT",
"IDBFS",
"Infragistics",
"jonathanpeppers's",
"Krueger",
"libgtk",
"Liu's",
"Matteo",
"McCaffrey",
"mdpi",
"Mergify",
"netstd",
"nventive",
2023-11-01 20:30:45 +03:00
"odel",
"pdate",
2022-12-05 06:31:38 +03:00
"Ronica",
2023-11-01 20:30:45 +03:00
"Serilog",
2022-12-05 06:31:38 +03:00
"Singh",
2022-10-20 18:50:45 +03:00
"slnf",
"Stetho",
"Talkin",
"UADO",
"Udemy",
"UNOB",
"winui",
2023-03-12 15:17:01 +03:00
"illinker",
2023-04-12 18:31:20 +03:00
"Onoh",
2023-05-01 20:23:53 +03:00
"Findlay",
"Logpoints",
2023-09-29 21:44:26 +03:00
"addin",
2023-10-29 07:09:20 +03:00
"Yowza",
"unpackaged",
"GNSS"
2022-10-20 18:50:45 +03:00
],
"patterns": [
{
"name": "Markdown uid",
"pattern": "^(?=uid:).*$",
"description": ""
},
2022-10-20 18:50:45 +03:00
{
"name": "Markdown links",
"pattern": "\\((.*)\\)",
"description": ""
},
{
"name": "Markdown code blocks",
"pattern": "/^(\\s*`{3,}).*[\\s\\S]*?^\\1/gmx",
"description": "Taken from the cSpell example at https://cspell.org/configuration/patterns/#verbose-regular-expressions"
},
{
"name": "Inline code blocks",
"pattern": "\\`([^\\`\\r\\n]+?)\\`",
"description": "https://stackoverflow.com/questions/41274241/how-to-capture-inline-markdown-code-but-not-a-markdown-code-fence-with-regex"
},
{
"name": "Link contents",
"pattern": "\\<a(.*)\\>",
"description": ""
},
{
"name": "Snippet references",
"pattern": "-- snippet:(.*)",
"description": ""
},
{
"name": "Snippet references 2",
"pattern": "\\<\\[sample:(.*)",
"description": "another kind of snippet reference"
},
{
"name": "Multi-line code blocks",
"pattern": "/^\\s*```[\\s\\S]*?^\\s*```/gm"
}
],
"ignoreRegExpList": [
"Markdown uid",
2022-10-20 18:50:45 +03:00
"Markdown links",
"Markdown code blocks",
"Inline code blocks",
"Link contents",
"Snippet references",
"Snippet references 2",
"Multi-line code blocks"
],
"ignorePaths": [
"../doc/index.md"
]
}