borela / naomi

Sublime Text enhanced syntax highlighting for JavaScript ES6/ES7/ES2015/ES2016/ES2017+, Babel, FlowType, React JSX, Styled Components, HTML5, SCSS3, PHP 7, phpDoc, PHPUnit, MQL4. Basic: Git config files.
Other
557 stars 20 forks source link

Support for   and other html tags #245

Open gkiely opened 4 years ago

gkiely commented 4 years ago

Would be great to see \  colored differently to normal text in Javascript/React files like it is in HTML5 Naomi.

function test(){
  return (
    <div>My &nbsp; test</div>
  )
}

image