Code Monkey home page Code Monkey logo

Comments (5)

damieng avatar damieng commented on August 17, 2024 1

github.com isn't using the language-c# grammar that is in this repo right now - we upgraded to a much newer system that isn't compatible with the mechanism behind github.com.

from language-csharp.

damieng avatar damieng commented on August 17, 2024

Is this in Atom (if so which version) or on github.com ?

from language-csharp.

worldbeater avatar worldbeater commented on August 17, 2024
var queryable = from step in astar.Except(GetObstacles())
                where step.X >= 0 && step.Y >= 0 && step.X <= 40 && step.Y <= 40
                orderby step.GetManhattanDistance(goal)
                select step;

Seems that is GitHub. Line breaks break highlighting very often. .NET developers have also noticed that here dotnet/dotnet-docker#469

from language-csharp.

rvhuang avatar rvhuang commented on August 17, 2024

@damieng thanks for the information. Is it possible to forward the issue to GitHub?

from language-csharp.

damieng avatar damieng commented on August 17, 2024

It looks like both Atom and GitHub can now use the grammar thanks to @worldbeater :)

from language-csharp.

Related Issues (20)

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.