[
https://issues.apache.org/jira/browse/GROOVY-12002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079683#comment-18079683
]
ASF GitHub Bot commented on GROOVY-12002:
-----------------------------------------
Copilot commented on code in PR #2520:
URL: https://github.com/apache/groovy/pull/2520#discussion_r3213165080
##########
subprojects/groovy-groovysh/src/main/resources/nanorc/markdown.nanorc:
##########
@@ -0,0 +1,56 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+syntax "Markdown" "\.(md|markdown)$"
+
+# Blockquotes
+COMMENT: "^>.*$"
+
+# Lists: -, *, + (unordered); 1. 2. ... (ordered)
+OPERATOR: "^[[:space:]]*[\*\+\-][[:space:]]"
"^[[:space:]]*[0-9]+\.[[:space:]]"
+
+# Horizontal rules: -
> add MarkdownSlurper support to groovysh
> ---------------------------------------
>
> Key: GROOVY-12002
> URL: https://issues.apache.org/jira/browse/GROOVY-12002
> Project: Groovy
> Issue Type: Improvement
> Reporter: Paul King
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)