mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
Add slint to cspell
This commit is contained in:
parent
1534f87e30
commit
305f61ecb7
1 changed files with 28 additions and 27 deletions
55
cspell.json
55
cspell.json
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue