kaminaly / vscode-react-pug

Syntax highlighting for pug with react (babel-plugin-transform-react-pug)
MIT License
9 stars 3 forks source link

Add support rj`…` (react-jade) syntax #3

Closed yamadashy closed 5 years ago

yamadashy commented 6 years ago

Support react-jade

rj`
    .Component
`
ezhlobo commented 5 years ago

@yamadashy I'm just curious, how do you make rj function work? Where it comes from?

yamadashy commented 5 years ago

@ezhlobo I'm using this package. npm: https://www.npmjs.com/package/react-jade-transformer Github: https://github.com/weareoffsider/react-jade-transformer

This package is not well known, so it seems that this should not be merged. :cry:

kaminaly commented 5 years ago

@yamadashy Sorry, I couldn't notice your PR. Should I merge this or not? I don't know the right way in this case. But, I think you can make and publish a new extension for react-jade-transformer forking from this extension. It seems clearer than be merged, right?

yamadashy commented 5 years ago

Sounds good! I would like to do it.

Thanks!