FileInfo

Languages

Overview

What is a HAML file? Source code file written in Haml, (HTML abstraction markup language); stores a template written in Haml language that is used to generate the HTML of a web document; can be used to replace Ruby template scripts ( .ERB files) with its abbreviated syntax.

More Information One prominent feature of Haml is that it replaces conventional tags ( <> ) with the percent sign ( % ) in order to save time and appear “cleaner.” An example of simple Haml language and the HTML language generated through the template engine: Haml: %html &nbsp&nbsp %body &nbsp&nbsp&nbsp&nbsp %h1 My First Heading HTML: <html> <body> <h1>My First Heading</h1> </body> </html> NOTE: You can switch over from ERB to Haml by replacing the "erb" file extension on ERB files with "haml.”

Popularity3.5/5

4 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Haml Source Code file format and Mac, Windows, and Android apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperN/A
Popularity3.5 | 4 Votes

Previous / Next

In-Depth

.HAML File Extension

Haml Source Code File

DeveloperN/A
Popularity
3.5  |  4 Votes
 

NEW: Open your .HAML file online with File Helper . View Online

What is a HAML file?

Source code file written in Haml, (HTML abstraction markup language); stores a template written in Haml language that is used to generate the HTML of a web document; can be used to replace Ruby template scripts ( .ERB files) with its abbreviated syntax.

More Information

One prominent feature of Haml is that it replaces conventional tags ( <> ) with the percent sign ( % ) in order to save time and appear “cleaner.”

An example of simple Haml language and the HTML language generated through the template engine: Haml: %html &nbsp&nbsp %body &nbsp&nbsp&nbsp&nbsp %h1 My First Heading

HTML:

My First Heading

NOTE: You can switch over from ERB to Haml by replacing the "erb" file extension on ERB files with "haml.”

Programs that open HAML files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

File Viewer Plus

Get it from Microsoft

Free +

Microsoft Notepad

Included with OS

Other text editor

Mac

Apple TextEdit

Included with OS

Other text editor

Web

FileHelper.com

Free

Android

File Viewer for Android

Free +

Category: Developer Files

Updated: March 4, 2014

FAQ

What is a HAML file?
Source code file written in Haml, (HTML abstraction markup language); stores a template written in Haml language that is used to generate the HTML of a web document; can be used to replace Ruby template scripts (.ERB files) with its abbreviated syntax.