Skip to content

Commit 962e56a

Browse files
committed
fix a typo
1 parent 20dd7da commit 962e56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/slime.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ syn match slimeTag "\w\+[><]*" contained contains=htmlTagName
4141
syn match slimeIdChar "#{\@!" contained nextgroup=slimeId
4242
syn match slimeId "\%(\w\|-\)\+" contained nextgroup=@slimeComponent
4343
syn match slimeClassChar "\." contained nextgroup=slimeClass
44-
syn match slimeClass "\%(\w\|-\|\/\d+\|:\(\w\|-\)\+\)\+" contained nextgroup=@slimComponent
44+
syn match slimeClass "\%(\w\|-\|\/\d+\|:\(\w\|-\)\+\)\+" contained nextgroup=@slimeComponent
4545

4646
syn match slimeInlineTagChar "\s*:\s*" contained nextgroup=slimeTag,slimeClassChar,slimeIdChar
4747

0 commit comments

Comments
 (0)