Coder Social home page Coder Social logo

linguist's People

Contributors

jesjones avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

linguist's Issues

Linguist crashes after saving a new cpp file

Go to File->New->File...
This should create TextFile1.txt
Put some C++ code in the file, for example "#include "
Save the file as "hello.cpp".
Observe crash.

The issue seems to be a stack overflow in Linguist::GetClassificationSpans.

Multiline Regex

Hello!

I'm trying to make multiline regex but it's not working. My expression is: anything between @{ and @} (but not include @{ and @})

I try:

Header2: (?<=@{)(?:.|\n|\r)*?(?=@})

or

Header2: (?<=@{)[\s\S]*?(?=@})

does not work. Do you have any idea?

Thanks

Linguist.vsix file not present, .sln does not open properly

There is no Linguist.vsix file anywhere in the package, which makes it impossible to install the plugin easily. I tried to compile the .sln myself, but it doesn't open properly (error when opening Linguist/Linguist.csproj: "The project type is not supported by this installation."). This makes me very sad, because I would love me some Sublime Text 2 highlighting, but I need some VS features that the former does not provide. Ideas?

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.