Git Product home page Git Product logo

sublime-viml's Introduction

Hey there! I am using GitHub.

sublime-viml's People

Contributors

abzol avatar aroben avatar esensar avatar rhysd avatar roryokane avatar salgnt avatar sharkdp avatar skammer avatar supersandro2000 avatar yous avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sublime-viml's Issues

comment failed

It seems that this package does not support toggle comment feature ?
Sublime buid 4107
windows 10

Backslashes in single-quoted strings incorrectly escape the next character

Since GitHub currently uses this library through Linguist, you can see the problem right here:

let characters = ['\', '"', 'a']

Compare to these lines with working highlighting:

let characters = ['"', 'a']
let characters = ['\\', '"', 'a']

The plugin assumes that \ within a single-quoted string should escape the following character. But as Vim’s help explains:

This string is taken as it is. No backslashes are removed or have a special meaning. The only exception is that two quotes stand for one quote.

This can probably be fixed by editing the code for string_quoted_single.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.