Skip to content

Commit

Permalink
Add Hare support (XAMPPRocky#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarte authored and ErikSchierboom committed Jun 7, 2024
1 parent ea93519 commit bbcaa49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Gwion
Hamlet
Handlebars
Happy
Hare
Haskell
Haxe
Hcl
Expand Down
4 changes: 4 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,10 @@
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["hbs", "handlebars"]
},
"Hare": {
"line_comment": ["//"],
"extensions": ["ha"]
},
"Haskell": {
"nested": true,
"line_comment": ["--"],
Expand Down

0 comments on commit bbcaa49

Please sign in to comment.