Skip to content

Formatting in strings #43

Description

@davidosomething

I have a jquery selector $('.ad-native-code'); where the word "native" gets syn highlighted

settings are
let g:used_javascript_libs = 'jquery,underscore,backbone,chai,handlebars'

the offending lib is "jquery"

other plugins included are:

 " react/JSX syn highlighting for .cjsx
Plug 'mtscout6/vim-cjsx'
" indenting/highlighting, replaces 'jelera/vim-javascript-syntax', {
Plug 'othree/yajs.vim'
\| Plug 'gavocanov/vim-js-indent'
Plug 'othree/jsdoc-syntax.vim'
Plug 'othree/jspc.vim'
" extends syntax for with jQuery,backbone,etc.
Plug 'othree/javascript-libraries-syntax.vim'
" mxw/vim-jsx - react/JSX syn highlighting for .jsx
" requires a javascript syntax plugin first (e.g. yajs or vim-javascript)
Plug 'mxw/vim-jsx'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions