1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

26 commits

Author SHA1 Message Date
Takashi Kokubun
5d252f8ed0 Suppress all deprecation warnings 2015-03-27 21:12:09 +09:00
Takashi Kokubun
d92f84b9ca Create ugly and pretty mode 2015-03-27 15:49:18 +09:00
Takashi Kokubun
5be7a132c7 Allow html compiler to be switched 2015-03-27 14:53:59 +09:00
Takashi Kokubun
0ea20644c8 I heard class attribute should be first 2015-03-27 14:02:30 +09:00
Takashi Kokubun
6b5619e297 Change default attribute quote to single quote 2015-03-27 13:30:27 +09:00
Takashi Kokubun
1ea4a47973 Implement doctype formatter a little 2015-03-25 01:51:42 +09:00
Takashi Kokubun
7f3188e38c Split out doctype compiler 2015-03-23 01:43:47 +09:00
Takashi Kokubun
7156d23fc3 Parse simple xml prolog 2015-03-23 01:35:06 +09:00
Takashi Kokubun
a12d814cc8 Normalize format 2015-03-23 01:25:29 +09:00
Takashi Kokubun
604616fad5 Suppress a warning in Temple::HTML::Fast 2015-03-23 00:57:29 +09:00
Takashi Kokubun
7ad8f1aad1 Create experimental NewAttributeCompiler 2015-03-22 23:33:13 +09:00
Takashi Kokubun
74561f3ee3 Parse string interpolation 2015-03-17 08:22:00 +09:00
Takashi Kokubun
57eed97f28 Split filter compiler into two filters 2015-03-16 19:28:08 +09:00
Takashi Kokubun
1cca6241d8 Implement javascript filter 2015-03-16 18:20:38 +09:00
Takashi Kokubun
a678d737be Parse continuing script 2015-03-16 13:46:36 +09:00
Takashi Kokubun
148e51d922 Allow generator to use options 2015-03-16 12:53:53 +09:00
Takashi Kokubun
c9bcc34fb3 Parse multiline 2015-03-16 08:11:07 +09:00
Takashi Kokubun
73b52fd71a Remove unnecessary lines 2015-03-16 06:39:56 +09:00
Takashi Kokubun
4a6ed79358 Do not escape html by default
That's because haml-spec requires escaping when the options is
escape_html: true.
2015-03-16 03:02:31 +09:00
Takashi Kokubun
5a31d276f4 Apply temple-builtin optimizers 2015-03-16 01:08:04 +09:00
Takashi Kokubun
8193b82f5e Escape multi-lines script result 2015-03-15 23:19:34 +09:00
Takashi Kokubun
99782c89d5 Parse block script 2015-03-15 04:04:58 +09:00
Takashi Kokubun
f93f4c9faf Rename AttributeFilter to AttributeCompiler 2015-03-15 00:09:12 +09:00
Takashi Kokubun
4f79e1672f Split parsing phase into 2 steps 2015-03-15 00:09:12 +09:00
Takashi Kokubun
980a109b68 Rails integration 2015-03-15 00:09:09 +09:00
Takashi Kokubun
dfad202149 Name the gem "hamlit"
Hamlit is an abbreviation of "HAML ImplemenTation".
It also means "haml it", i.e. "write it with haml".
2015-03-15 00:08:47 +09:00
Renamed from lib/hamilton/engine.rb (Browse further)