Change default marker function to 'marker'

This commit is contained in:
Kim Biesbjerg 2019-07-17 12:52:33 +02:00
parent e41fc88d97
commit ceb4be7e3d

View File

@ -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();