-
Notifications
You must be signed in to change notification settings - Fork 257
Expand file tree
/
Copy path.typos.toml
More file actions
27 lines (26 loc) · 809 Bytes
/
.typos.toml
File metadata and controls
27 lines (26 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[files]
extend-exclude = [
"web/book/theme/highlight.js",
"prqlc/prqlc/tests/integration/data/",
"prqlc/prqlc/tests/integration/snapshots/",
"web/website/themes/prql-theme/static/plugins/bootstrap",
"web/website/themes/prql-theme/static/plugins/highlight/highlight.min.js",
]
[default.extend-words]
# <itemDatas> in grammars/KSyntaxHighlighting/prql.xml
datas = "datas"
# Java test framework
testng = "testng"
# Readme highlighting the first characters of these words
anguage = "anguage"
elational = "elational"
ipelined = "ipelined"
uery = "uery"
# `wee-alloc` is a crate name
wee = "wee"
flate = "flate"
# distinct_ons is correct (SQL DISTINCT ON)
ons = "ons"
# SQL UNIONs - typos incorrectly thinks UNIO should be UNION
# This happens because typos tokenizes UNIONs and finds UNIO
UNIO = "UNIO"