Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>ose language highlightNew to Visual Studio Code? Get it now.
ose language highlight

ose language highlight

shezw

|
36 installs
| (0) | Free
syntax highlight for Object Sense Language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ose-language-highlight README

This extension only provides syntax highlight for .ose files in vscode.

let s:str = "HelloWorld!"

function s:Hello()
    echom s:str
endfunction
Package highlight

Class Main

" @accessible
function! s:Main() 
    echom "This is ose"
endfunc

UnitTest
function! s:TestMain() dict
    echom "Running Test"
    return 0
endfunc

based on vscode-viml

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft