Rename parser to language
This commit is contained in:
parent
d034a10d54
commit
ba4e78746c
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import { mfmLanguage } from './parser';
|
||||
import { mfmLanguage } from './language';
|
||||
import { MfmForest } from './types';
|
||||
import { normalize } from './normalize';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue