madskristensen / TextmateBundleInstaller

A Visual Studio extension
Other
68 stars 23 forks source link

Missing support for .s files #603

Closed Juergen63 closed 1 year ago

Juergen63 commented 1 year ago

I have Windows 11 and VS2019. My code is very simple assembly code.

.386                    
.model flat             
.code                   
start   PROC 
        mov eax,213
        add eax,432

        ret
start   endp
end     start
Juergen63 commented 1 year ago

Can closed. Was a mistake from me. File was created with VS2022. With a new project created, it's works.