Skip to content

Instantly share code, notes, and snippets.

@janikvonrotz
Created June 10, 2013 14:36
Show Gist options
  • Save janikvonrotz/5749176 to your computer and use it in GitHub Desktop.
Save janikvonrotz/5749176 to your computer and use it in GitHub Desktop.
Comments #CodingStandards
Default / TYPO3 / Linux Config / Powershell /
# comment
PHP
// comment
CSS / JavaScript
/* comment */
HTML / XML
<!--
comment
-->
INI
;# comment
VBA
'# comment
Batch
rem # comment 
Powershell
<#
comment
#>
PHP, CSS
/*
comment
*/
HTML / XML
<!--
comment
-->
Default / TYPO3 / Linux Config / Powershell / PHP
#--------------------------------------------------#
#
#--------------------------------------------------#
CSS / JavaScript
/*
#--------------------------------------------------#
#
#--------------------------------------------------#
*/
HTML / XML
<!--
#--------------------------------------------------#
#
#--------------------------------------------------#
-->
INI
;#--------------------------------------------------#
;#
;#--------------------------------------------------#
XML Special Requirements
<!--
#__________________________________________________#
#
#__________________________________________________#
-->
VBA
'#--------------------------------------------------#
'#   
'#--------------------------------------------------#
Batch
rem #--------------------------------------------------#
rem #   
rem #--------------------------------------------------#
Pagebreak
#__________________________________________________#
#--------------------------------------------------#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment