clojure: add support

This commit is contained in:
Avelino
2022-10-22 14:40:57 +00:00
parent 77b8aceed2
commit 735f77d3bc
4 changed files with 39 additions and 1 deletions

View File

@@ -649,5 +649,13 @@
"pattern": "#"
}
]
},
{
"language": "Clojure",
"markers": [
{
"type": "line",
"pattern": ";;"
}
]
}
]