Skip to content

Commit

Permalink
Add support for Ballerina language
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Nov 18, 2024
1 parent 837fe44 commit 4b79736
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@
"shebangs": ["#!/bin/awk -f"],
"extensions": ["awk"]
},
"Ballerina": {
"line_comment": ["//", "#"],
"quotes": [
["\\\"", "\\\""],
["`", "`"]
],
"extensions": ["bal"]
},
"Bash": {
"name": "BASH",
"shebangs": ["#!/bin/bash"],
Expand Down

0 comments on commit 4b79736

Please sign in to comment.