Add slint to cspell

This commit is contained in:
Tobias Hunger 2022-02-02 16:26:18 +01:00
parent 1534f87e30
commit 305f61ecb7
No known key found for this signature in database
GPG key ID: 60874021D2F23F91

View file

@ -5,37 +5,37 @@
{
"languageId": "rust",
"words": [
"ARGB",
"bbox",
"bindgen",
"builtins",
"canonicalize", // std::path::Path::canonicalize
"codemap",
"concat",
"Consts",
"evenodd",
"FBOs", // plural of FBO (frame buffer object)
"femtovg",
"Flickable",
"fullscreen",
"peekable",
"Realloc",
"rtti",
"uninit",
"unmap",
"unsync",
"viewbox",
"codemap",
"subspan",
"fontdb",
"canonicalize", // std::path::Path::canonicalize
"fullscreen",
"glutin",
"glutin's",
"vsync",
"winit",
"FBOs", // plural of FBO (frame buffer object)
"bbox",
"maxx",
"maxy",
"minx",
"miny",
"peekable",
"Realloc",
"Rgba",
"ARGB"
"rtti",
"subspan",
"uninit",
"unmap",
"unsync",
"viewbox",
"vsync",
"winit"
],
"ignoreRegExpList": [
"/#\\[cfg\\b.+\\]/",
@ -87,34 +87,35 @@
"linebreak",
"listview",
"lvalue",
"microcontroller",
"microcontrollers",
"MSVC",
"opengl",
"pixmap",
"rowspan",
"rustc",
"rvalue",
"SDK",
"sixtyfps",
"slint",
"SPDX",
"streetsidesoftware",
"testcase",
"tmpobj",
"toolchain",
"uncompiled",
"unmapping", // present participle of unmap
"untracked",
"vtable",
"wasm",
"windowrc", // used in slint_windowrc_foo FFI functions
"xtask",
"unmapping", // present participle of unmap
"opengl",
"pixmap",
"microcontroller",
"microcontrollers"
"windowrc", // use in slint_windowrc_foo FFI functions
"xtask"
],
"ignorePaths": [
"cspell.json",
"api/cpp/docs/conf.py",
".github/workflows/*.yaml",
"Cargo.toml"
"Cargo.toml",
"cspell.json",
".github/workflows/*.yaml"
],
"ignoreRegExpList": [
// Color encodings in all languages:
@ -126,4 +127,4 @@
"languageId": "restructuredtext"
}
]
}
}