Last active
November 30, 2016 14:35
-
-
Save meganemura/161ba93782d5dbb6930c279797adb8a6 to your computer and use it in GitHub Desktop.
Syntax Highlighting for HAML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / HAML comment | |
| - # ruby comment | |
| string | |
| = "string" | |
| = "string" #comment | |
| = "string #{not_comment}" # comment | |
| -# | |
| multi line comment | |
| multi line comment | |
| multi line comment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment