|
303 | 303 | "scope": "resource", |
304 | 304 | "type": "boolean" |
305 | 305 | }, |
306 | | - "haskell.plugin.semanticTokens.config.charLitToken": { |
307 | | - "default": "string", |
308 | | - "description": "LSP semantic token type to use for char literal", |
309 | | - "enum": [ |
310 | | - "namespace", |
311 | | - "type", |
312 | | - "class", |
313 | | - "enum", |
314 | | - "interface", |
315 | | - "struct", |
316 | | - "typeParameter", |
317 | | - "parameter", |
318 | | - "variable", |
319 | | - "property", |
320 | | - "enumMember", |
321 | | - "event", |
322 | | - "function", |
323 | | - "method", |
324 | | - "macro", |
325 | | - "keyword", |
326 | | - "modifier", |
327 | | - "comment", |
328 | | - "string", |
329 | | - "number", |
330 | | - "regexp", |
331 | | - "operator", |
332 | | - "decorator" |
333 | | - ], |
334 | | - "enumDescriptions": [ |
335 | | - "LSP Semantic Token Type: namespace", |
336 | | - "LSP Semantic Token Type: type", |
337 | | - "LSP Semantic Token Type: class", |
338 | | - "LSP Semantic Token Type: enum", |
339 | | - "LSP Semantic Token Type: interface", |
340 | | - "LSP Semantic Token Type: struct", |
341 | | - "LSP Semantic Token Type: typeParameter", |
342 | | - "LSP Semantic Token Type: parameter", |
343 | | - "LSP Semantic Token Type: variable", |
344 | | - "LSP Semantic Token Type: property", |
345 | | - "LSP Semantic Token Type: enumMember", |
346 | | - "LSP Semantic Token Type: event", |
347 | | - "LSP Semantic Token Type: function", |
348 | | - "LSP Semantic Token Type: method", |
349 | | - "LSP Semantic Token Type: macro", |
350 | | - "LSP Semantic Token Type: keyword", |
351 | | - "LSP Semantic Token Type: modifier", |
352 | | - "LSP Semantic Token Type: comment", |
353 | | - "LSP Semantic Token Type: string", |
354 | | - "LSP Semantic Token Type: number", |
355 | | - "LSP Semantic Token Type: regexp", |
356 | | - "LSP Semantic Token Type: operator", |
357 | | - "LSP Semantic Token Type: decorator" |
358 | | - ], |
359 | | - "scope": "resource", |
360 | | - "type": "string" |
361 | | - }, |
362 | 306 | "haskell.plugin.semanticTokens.config.classMethodToken": { |
363 | 307 | "default": "method", |
364 | 308 | "description": "LSP semantic token type to use for typeclass methods", |
|
0 commit comments