Change default marker function to 'marker'
This commit is contained in:
parent
e41fc88d97
commit
ceb4be7e3d
@ -6,7 +6,7 @@ import { TranslationCollection } from '../utils/translation.collection';
|
||||
|
||||
export class FunctionParser extends AbstractAstParser implements ParserInterface {
|
||||
|
||||
protected functionIdentifier: string = '_';
|
||||
protected functionIdentifier: string = 'marker';
|
||||
|
||||
public constructor(options?: any) {
|
||||
super();
|
||||
|
Loading…
x
Reference in New Issue
Block a user