Skip to content

Commit

Permalink
Adding support for Snakemake (XAMPPRocky#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored and ErikSchierboom committed Jun 7, 2024
1 parent 2245788 commit 5203a1f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,13 @@
"extensions": ["smk", "rules"],
"filenames": ["snakefile"]
},
"Snakemake": {
"line_comment": ["#"],
"doc_quotes": [["\\\"\\\"\\\"", "\\\"\\\"\\\""], ["'''", "'''"]],
"quotes": [["\\\"", "\\\""], ["'", "'"]],
"extensions": ["smk", "rules"],
"filenames": ["snakefile"]
},
"Solidity": {
"name": "Solidity",
"line_comment": ["//"],
Expand Down

0 comments on commit 5203a1f

Please sign in to comment.