about summary refs log tree commit diff stats
path: root/templates/rust/.licensure.yml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rust/.licensure.yml')
-rw-r--r--templates/rust/.licensure.yml13
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/rust/.licensure.yml b/templates/rust/.licensure.yml
index 639d750..fe108c2 100644
--- a/templates/rust/.licensure.yml
+++ b/templates/rust/.licensure.yml
@@ -80,7 +80,7 @@ licenses:
         GNU General Public License for more details.
 
         You should have received a copy of the GNU General Public License
-        and the Lesser GNU General Public License along with this program.
+        along with this program.
         If not, see <https://www.gnu.org/licenses/>.
 
 
@@ -109,6 +109,7 @@ comments:
   - extensions:
       - js
       - go
+      - pest
     # The commenter field defines the kind of commenter to
     # generate. There are two types of commenters: line and block.
     #
@@ -171,6 +172,16 @@ comments:
       comment_char: "%"
       trailing_lines: 1
 
+  - extensions:
+      - ebnf
+    commenter:
+      type: block
+      start_block_char: "#(*\n"
+      end_block_char: "#*)\n"
+      per_line_char: "#"
+      trailing_lines: 1
+
+
   # The extension string "any" is special and so will match any file
   # extensions. Commenter configurations are always checked in the
   # order they are defined, so if any is used it should be the last