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

import x from y; is not highlighted when x starts from 'from' #241

Open lakesare opened 4 years ago

lakesare commented 4 years ago
import apiFetch from './utils/apiFetch'
import fromHashToQueryString from './utils/fromHashToQueryString'

is highlighted as

image

(Same for any fileName that starts from 'from')