Skip to content

Commit 38ce000

Browse files
committed
Add(Language Service): @h @start @w @container() @media() hints
1 parent 991bfc6 commit 38ce000

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/language-service/tests/suggest-syntax/media.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,19 @@ describe.concurrent('sorting', () => {
2323
'@4xl',
2424
'@all',
2525
'@base',
26+
'@h',
2627
'@landscape',
27-
'@media()',
2828
'@motion',
2929
'@portrait',
3030
'@preset',
3131
'@print',
3232
'@reduce-motion',
3333
'@screen',
3434
'@speech',
35+
'@start',
36+
'@w',
37+
'@container()',
38+
'@media()',
3539
'@supports()',
3640
]))
3741
test.concurrent('@>', () => expect(hint('hidden@>')?.map(({ label }) => label)).toEqual([

0 commit comments

Comments
 (0)