@@ -27,107 +27,12 @@ ratatui = "ratatui"
2727
2828[type .rust ]
2929extend-glob = []
30- extend-ignore-identifiers-re = []
31- extend-ignore-words-re = []
32- extend-ignore-re = []
33-
34- [type .rust .extend-identifiers ]
35- flate2 = " flate2"
36- wher = " wher"
37-
38- [type .rust .extend-words ]
39- ro = " ro"
40- ser = " ser"
41- typ = " typ"
42-
43- [type .sh ]
44- extend-glob = []
45- extend-ignore-identifiers-re = []
46- extend-ignore-words-re = []
47- extend-ignore-re = []
48-
49- [type .sh .extend-identifiers ]
50- ot = " ot"
51- stap = " stap"
52-
53- [type .sh .extend-words ]
54-
55- [type .jl ]
56- extend-glob = []
57- extend-ignore-identifiers-re = []
58- extend-ignore-words-re = []
59- extend-ignore-re = []
60-
61- [type .jl .extend-identifiers ]
62-
63- [type .jl .extend-words ]
64- modul = " modul"
65- egal = " egal"
66- egals = " egals"
67- usig = " usig"
68-
69- [type .vimscript ]
70- extend-glob = []
71- extend-ignore-identifiers-re = []
72- extend-ignore-words-re = []
73- extend-ignore-re = []
74-
75- [type .vimscript .extend-identifiers ]
76- windo = " windo"
77-
78- [type .vimscript .extend-words ]
79-
80- [type .css ]
81- extend-glob = []
82- extend-ignore-identifiers-re = []
30+ extend-ignore-identifiers-re = [" consts" ]
8331extend-ignore-words-re = []
8432extend-ignore-re = []
8533
86- [type .css .extend-identifiers ]
87- nd = " nd"
88-
89- [type .css .extend-words ]
90-
9134[type .py ]
9235extend-glob = []
93- extend-ignore-identifiers-re = []
94- extend-ignore-words-re = []
95- extend-ignore-re = []
96-
97- [type .py .extend-identifiers ]
98- NDArray = " NDArray"
99-
100- [type .py .extend-words ]
101-
102- [type .cert ]
103- extend-glob = []
104- check-file = false
105- extend-ignore-identifiers-re = []
106- extend-ignore-words-re = []
107- extend-ignore-re = []
108-
109- [type .cert .extend-identifiers ]
110-
111- [type .cert .extend-words ]
112-
113- [type .man ]
114- extend-glob = []
115- extend-ignore-identifiers-re = []
116- extend-ignore-words-re = []
117- extend-ignore-re = []
118-
119- [type .man .extend-identifiers ]
120- Nd = " Nd"
121-
122- [type .man .extend-words ]
123-
124- [type .lock ]
125- extend-glob = []
126- check-file = false
127- extend-ignore-identifiers-re = []
36+ extend-ignore-identifiers-re = [" NDArray" ]
12837extend-ignore-words-re = []
12938extend-ignore-re = []
130-
131- [type .lock .extend-identifiers ]
132-
133- [type .lock .extend-words ]
0 commit comments