The Wayback Machine - https://web.archive.org/web/20200709153056/https://github.com/topics/languages
Skip to content
#

languages

Here are 514 public repositories matching this topic...

spider-mane
spider-mane commented Feb 21, 2020

In twig, whenever a comment starts the first non-empty line following an opening tag, the attributes are forced onto a new line and indented.

<div class="container text-white-90">

  {# brand/ logo #}

becomes

<div 
  class="container text-white-90">

  {# brand/ logo #}

I'm using the Twig Language VS Code extension, but this also happens on the website

vim-doge
levihb
levihb commented Apr 15, 2020

Is your feature request related to a problem? Please describe.
Add support for C# XML documentation.

Describe the solution you'd like
I'd like to see the ability to generate C# XML documentation. Especially since with the open sourcing and much more relaxed licensing of .NET and C#, it has been growing in popularity on linux and macOS recently. Microsoft also plans to homogenise the e

Improve this page

Add a description, image, and links to the languages topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the languages topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.