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 5820403 commit a7bcd4a
Showing 1 changed file with 4 additions and 0 deletions.
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 a7bcd4a

Please sign in to comment.