From 1ff568cc0e0a0cefd752bb6391c0bdb16cabfec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Thebault?= Date: Mon, 20 Apr 2026 22:42:36 +0200 Subject: [PATCH] DSL pdsl instead of edsl --- dsl/{eplt-grammar.ebnf => pdsl-grammar.ebnf} | 0 dsl/src/diag.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename dsl/{eplt-grammar.ebnf => pdsl-grammar.ebnf} (100%) diff --git a/dsl/eplt-grammar.ebnf b/dsl/pdsl-grammar.ebnf similarity index 100% rename from dsl/eplt-grammar.ebnf rename to dsl/pdsl-grammar.ebnf diff --git a/dsl/src/diag.rs b/dsl/src/diag.rs index c1a9a4a..7e4cf66 100644 --- a/dsl/src/diag.rs +++ b/dsl/src/diag.rs @@ -85,7 +85,7 @@ impl miette::SourceCode for Source { content.column(), content.line_count(), ) - .with_language("edsl"); + .with_language("pdsl"); Ok(Box::new(content)) } else { Ok(content)