mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Use cls for documentclass completion type (#20981)
GitOrigin-RevId: 938eaac212c7e08600db111563094c0447fafb9b
This commit is contained in:
parent
86215df923
commit
b81472329e
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { Completions } from './types'
|
|||
export function buildClassCompletions(completions: Completions) {
|
||||
for (const item of classNames) {
|
||||
completions.classes.push({
|
||||
type: 'pkg',
|
||||
type: 'cls',
|
||||
label: item,
|
||||
extend: extendRequiredParameter,
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue