.HAML Extensão de arquivo

Haml Source Code File

Desenvolvedor N/D
Popularidade
3.5  |  4 Votos
 
🔍Abra arquivos .HAML diretamente no seu navegador com File Helper.Ver on-line

O que é um arquivo HAML?

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.

Mais informações

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
  %body
    %h1 My First Heading

HTML:
<html>
<body>
<h1>My First Heading</h1>
</body>
</html>

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

Programas que abrem arquivos HAML

Windows
Incluído com o sistema operacional
Mac
Incluído com o sistema operacional
Web
Android

Verificado por FileInfo.com

A equipe do FileInfo.com pesquisou de forma independente o formato de arquivo Haml Source Code e os apps Mac, Windows, and Android listados nesta página. Nosso objetivo é 100% de precisão, e só publicamos informações sobre tipos de arquivo que verificamos.

Se quiser sugerir adições ou atualizações a esta página, avise-nos.