Skip to content

Instantly share code, notes, and snippets.

@nonchip
Last active December 20, 2015 03:19
Show Gist options
  • Save nonchip/6062960 to your computer and use it in GitHub Desktop.
Save nonchip/6062960 to your computer and use it in GitHub Desktop.

C-style commentblöcke zum an/austogglen:

Anfang:

  • An: //* <kommentar>
  • Aus: /* <kommentar>

Ende: /**/

Features:

  • kommentierung eines codeblocks
  • einfach erkennbare anfänge und enden
  • einfaches togglen (einfügen/entfernen eines slashes im anfang)

Probleme:

  • kein nesting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment