Skip to content

startupjs/vscode-startupjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vscode-startupjs

StartupJS support for VS Code.

Features

  1. Highlight syntax inside styl template literal:

    /* eslint-disable no-unreachable */
    import React from 'react'
    import { styl, observer } from 'startupjs'
    import { Div } from '@startupjs/ui'
    
    export default observer(function MyComponent () {
      return <Div styleName='root' />
    
      styl`
        .root
          width 10u
          height 10u
          background-color green
      `
    })

Install

Inside VSCode, press Ctrl+P, and enter:

ext install vscode-startupjs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published