mirror of
https://github.com/ditkrg/todo-to-issue-action.git
synced 2026-01-23 06:16:43 +00:00
clojure: add support
This commit is contained in:
parent
77b8aceed2
commit
735f77d3bc
@ -75,6 +75,7 @@ There are additional inputs if you want to be able to assign issues to projects.
|
|||||||
* C#
|
* C#
|
||||||
* CSS
|
* CSS
|
||||||
* Crystal
|
* Crystal
|
||||||
|
* Clojure
|
||||||
* Dart
|
* Dart
|
||||||
* Elixir
|
* Elixir
|
||||||
* Go
|
* Go
|
||||||
|
|||||||
10
syntax.json
10
syntax.json
@ -649,5 +649,13 @@
|
|||||||
"pattern": "#"
|
"pattern": "#"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"language": "Clojure",
|
||||||
|
"markers": [
|
||||||
|
{
|
||||||
|
"type": "line",
|
||||||
|
"pattern": ";;"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
|
||||||
@ -285,3 +285,17 @@ index 0000000..525e25d 100644
|
|||||||
+++ b/tests/config.json5
|
+++ b/tests/config.json5
|
||||||
@@ -0,0 +0,1 @@
|
@@ -0,0 +0,1 @@
|
||||||
- // TODO: Delete this line from the codebase
|
- // TODO: Delete this line from the codebase
|
||||||
|
|
||||||
|
diff·--git·a/tests/example.clj·b/tests/example.clj
|
||||||
|
index·0000000..525e25d·100644
|
||||||
|
---·a/tests/example.clj
|
||||||
|
+++·b/tests/example.clj
|
||||||
|
@@ -1,8 +0,0 @@
|
||||||
|
-(ns example)
|
||||||
|
-
|
||||||
|
-(defn function-test [name]
|
||||||
|
- ;; TODO: first todo to test parser
|
||||||
|
- (prn (str "hello" name))
|
||||||
|
- ;; TODO: todo with description (sub-level)
|
||||||
|
- ;; Body of the issue should stay here
|
||||||
|
- (str "hello" name))
|
||||||
|
|||||||
@ -306,3 +306,18 @@ index 0000000..525e25d
|
|||||||
+ "butItHasSomePendingActivities"
|
+ "butItHasSomePendingActivities"
|
||||||
+ ]
|
+ ]
|
||||||
+}
|
+}
|
||||||
|
|
||||||
|
diff·--git·a/tests/example.clj·b/tests/example.clj
|
||||||
|
new·file·mode·100644
|
||||||
|
index·0000000..525e25d
|
||||||
|
---·/dev/null
|
||||||
|
+++·b/tests/example.clj
|
||||||
|
@@ -0,0 +1,8 @@
|
||||||
|
+(ns example)
|
||||||
|
+
|
||||||
|
+(defn function-test [name]
|
||||||
|
+ ;; TODO: first todo to test parser
|
||||||
|
+ (prn (str "hello" name))
|
||||||
|
+ ;; TODO: todo with description (sub-level)
|
||||||
|
+ ;; Body of the issue should stay here
|
||||||
|
+ (str "hello" name))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user