sbarex / SourceCodeSyntaxHighlight

Quick Look extension for highlight source code files on macOS 10.15 and later.
GNU General Public License v3.0
2.88k stars 71 forks source link

Add Support for .cls (Visual Basic Class Files) #281

Open chipbeaulieu opened 2 months ago

chipbeaulieu commented 2 months ago

These file are the same code as .vb file except with a .cls extension.

Per the help file on the Inquiry File window, I ran the mdls command for a .cls file with this output:

kMDItemContentType = "dyn.ah62d4rv4ge80g5dx" kMDItemContentTypeTree = ( "public.item", "dyn.ah62d4rv4ge80g5dx", "public.data" )

Thanks! Definitely buying you a cup of coffee.

sbarex commented 1 week ago

The .cls extension is currently associated with tex files.