|
6 | 6 | "name": "Qingpeng Li", |
7 | 7 | "email": "qingpeng9802@gmail.com" |
8 | 8 | }, |
9 | | - "version": "1.1.2", |
| 9 | + "version": "1.1.3", |
10 | 10 | "publisher": "qingpeng", |
11 | 11 | "engines": { |
12 | 12 | "vscode": "^1.54.0" |
|
24 | 24 | "snippet", |
25 | 25 | "snippets", |
26 | 26 | "autocomplete", |
27 | | - "intellisense" |
| 27 | + "intellisense", |
| 28 | + "syntax" |
28 | 29 | ], |
29 | 30 | "activationEvents": [ |
30 | 31 | "onLanguage:commonlisp" |
|
165 | 166 | "commonLisp.Updater.throttleTimeout": { |
166 | 167 | "type": "number", |
167 | 168 | "default": 200, |
168 | | - "markdownDescription": "`> 0`. If you don't fully understand, don't change this. The throttle timeout in ms to avoid duplicate update. Only applies when `#commonLisp.providers.DocumentSemanticTokensProvider.enabled#` and `#commonLisp.providers.DocumentSymbolProvider.enabled#` are set to `true`." |
| 169 | + "markdownDescription": "`> 0`. If you don't fully understand, don't change this. The throttle timeout in ms to avoid the duplicate update. Only applies when `#commonLisp.providers.DocumentSemanticTokensProvider.enabled#` and `#commonLisp.providers.DocumentSymbolProvider.enabled#` are set to `true`." |
169 | 170 | }, |
170 | 171 | "commonLisp.ReferenceProvider.ExcludedRanges": { |
171 | 172 | "type": "string", |
|
177 | 178 | "none" |
178 | 179 | ], |
179 | 180 | "markdownEnumDescriptions": [ |
180 | | - "Reference result will exclude the ranges inside comments and strings.", |
181 | | - "Reference result will exclude the ranges inside comments only.", |
182 | | - "Reference result will exclude the ranges inside strings only.", |
183 | | - "Reference result will include all the ranges." |
| 181 | + "Reference results will exclude the ranges inside comments and strings.", |
| 182 | + "Reference results will exclude the ranges inside comments only.", |
| 183 | + "Reference results will exclude the ranges inside strings only.", |
| 184 | + "Reference results will include all the ranges." |
184 | 185 | ] |
185 | 186 | }, |
186 | 187 | "commonLisp.DefinitionProvider.ExcludedRanges": { |
|
193 | 194 | "none" |
194 | 195 | ], |
195 | 196 | "markdownEnumDescriptions": [ |
196 | | - "Response to the selected word which is NOT inside comments and strings.", |
197 | | - "Response to the selected word which is NOT inside comments.", |
198 | | - "Response to the selected word which is NOT inside strings.", |
199 | | - "Response to all the selected word." |
| 197 | + "Respond to the selected word which is NOT inside comments and strings.", |
| 198 | + "Respond to the selected word which is NOT inside comments.", |
| 199 | + "Respond to the selected word which is NOT inside strings.", |
| 200 | + "Respond to all the selected words." |
200 | 201 | ] |
201 | 202 | }, |
202 | 203 | "commonLisp.DocumentSemanticTokensProvider.ExcludedRanges": { |
|
209 | 210 | "none" |
210 | 211 | ], |
211 | 212 | "markdownEnumDescriptions": [ |
212 | | - "Highlight the tokens which is NOT inside comments and strings.", |
213 | | - "Highlight the tokens which is NOT inside comments.", |
214 | | - "Highlight the tokens which is NOT inside strings.", |
| 213 | + "Highlight the tokens which are NOT inside comments and strings.", |
| 214 | + "Highlight the tokens which are NOT inside comments.", |
| 215 | + "Highlight the tokens which are NOT inside strings.", |
215 | 216 | "Highlight all the tokens." |
216 | 217 | ] |
217 | 218 | }, |
|
227 | 228 | "none" |
228 | 229 | ], |
229 | 230 | "markdownEnumDescriptions": [ |
230 | | - "Highlight normal tokens and the tokens which is in Single Quote.", |
231 | | - "Highlight normal tokens and the tokens which is in Single Quote and BackQuote's comma only.", |
232 | | - "Highlight normal tokens and the tokens which is in Single Quote and BackQuote.", |
233 | | - "Highlight normal tokens and the tokens which is in BackQuote's comma only.", |
234 | | - "Highlight normal tokens and the tokens which is in BackQuote.", |
| 231 | + "Highlight normal tokens and the tokens which are in Single Quote.", |
| 232 | + "Highlight normal tokens and the tokens which are in Single Quote and BackQuote's comma only.", |
| 233 | + "Highlight normal tokens and the tokens which are in Single Quote and BackQuote.", |
| 234 | + "Highlight normal tokens and the tokens which are in BackQuote's comma only.", |
| 235 | + "Highlight normal tokens and the tokens which are in BackQuote.", |
235 | 236 | "Highlight normal tokens only." |
236 | 237 | ] |
237 | 238 | }, |
|
247 | 248 | "none" |
248 | 249 | ], |
249 | 250 | "markdownEnumDescriptions": [ |
250 | | - "Perform static analysis on normal tokens and the tokens which is NOT in Single Quote.", |
251 | | - "Perform static analysis on normal tokens and the tokens which is NOT in Single Quote and NOT in BackQuote, but comma is saved.", |
252 | | - "Perform static analysis on normal tokens and the tokens which is NOT in Single Quote and NOT in BackQuote.", |
253 | | - "Perform static analysis on normal tokens and the tokens which is NOT in BackQuote, but comma is saved.", |
254 | | - "Perform static analysis on normal tokens and the tokens which is NOT in BackQuote.", |
| 251 | + "Perform static analysis on normal tokens and the tokens which are NOT in Single Quote.", |
| 252 | + "Perform static analysis on normal tokens and the tokens which are NOT in Single Quote and NOT in BackQuote, but the start-with-comma part is saved.", |
| 253 | + "Perform static analysis on normal tokens and the tokens which are NOT in Single Quote and NOT in BackQuote.", |
| 254 | + "Perform static analysis on normal tokens and the tokens which are NOT in BackQuote, but the start-with-comma part is saved.", |
| 255 | + "Perform static analysis on normal tokens and the tokens which are NOT in BackQuote.", |
255 | 256 | "Perform static analysis on all the tokens, even though they are in Single Quote or BackQuote." |
256 | 257 | ] |
257 | 258 | }, |
258 | 259 | "commonLisp.ReferenceProvider.BackQuoteFilter.enabled": { |
259 | 260 | "type": "boolean", |
260 | 261 | "default": true, |
261 | | - "markdownDescription": "Enable BackQuote Filter to only include symbols with comma in backquote result." |
| 262 | + "markdownDescription": "Enable BackQuote Filter to only include symbols with commas in the backquote result." |
262 | 263 | }, |
263 | 264 | "commonLisp.DefinitionProvider.BackQuoteFilter.enabled": { |
264 | 265 | "type": "boolean", |
265 | 266 | "default": true, |
266 | | - "markdownDescription": "Enable BackQuote Filter to only response to the symbols with comma in backquote result." |
| 267 | + "markdownDescription": "Enable BackQuote Filter to only respond to the symbols with commas in the backquote result." |
267 | 268 | } |
268 | 269 | } |
269 | 270 | } |
|
0 commit comments