Skip to content

Commit

Permalink
chore: update rule name of why we can't use default import in sankey
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Sep 20, 2023
1 parent 63430d2 commit 5fe951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parser/src/language/sankey/sankey.langium
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
grammar Sankey

// common stuff in ../common/common.langium
// can't import directly because of SANKEY_LINK_SOURCE parse rule
// can't import directly because of SANKEY_LINK_NODE parse rule
interface Common {
accDescr?: string;
accTitle?: string;
Expand Down

0 comments on commit 5fe951a

Please sign in to comment.