Changeset 0b887018db96f21a2e865d95de20f4b99798ed91
- Timestamp:
- 06/30/2008 08:16:54 PM
(2 months ago)
- Author:
- Fedor Korsakov <fedorkorsakov@fedor-korsakovs-computer.local>
- git-committer:
- Fedor Korsakov <fedorkorsakov@fedor-korsakovs-computer.local> 1214882214 -0500
- git-parent:
[cb9fc3d121e39e788a2874d98bcb25256263d7ff]
- git-author:
- Fedor Korsakov <fedorkorsakov@fedor-korsakovs-computer.local> 1214882214 -0500
- Message:
Removed partial Haml support.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rcb9fc3d |
r0b88701 |
|
| 29 | 29 | #include "groovy_parser.h" |
|---|
| 30 | 30 | #include "haskell_parser.h" |
|---|
| 31 | | #include "haml_parser.h" |
|---|
| 32 | 31 | #include "html_parser.h" |
|---|
| 33 | 32 | #include "java_parser.h" |
|---|
| … | … | |
| 105 | 104 | { "groovy", parse_groovy }, |
|---|
| 106 | 105 | { "haskell", parse_haskell }, |
|---|
| 107 | | { "haml", parse_haml }, |
|---|
| 108 | 106 | { "html", parse_html }, |
|---|
| 109 | 107 | { "java", parse_java }, |
|---|
| rcb9fc3d |
r0b88701 |
|
| 156 | 156 | '.h' => :disambiguate_h_header, |
|---|
| 157 | 157 | '.H' => "cpp", |
|---|
| 158 | | '.haml' => "haml", |
|---|
| 159 | 158 | '.hpp' => "cpp", |
|---|
| 160 | 159 | '.h++' => "cpp", |
|---|