Improved Sieve Script editor with lists of available Actions, Controls and Tests

This commit is contained in:
the-djmaze 2022-03-17 10:21:23 +01:00
parent ff9a89380c
commit f47eb61aee
14 changed files with 269 additions and 164 deletions

View file

@ -3,14 +3,14 @@
*/
import {
GrammarCommand,
ActionCommand,
GrammarNumber,
GrammarQuotedString,
GrammarString,
GrammarStringList
} from 'Sieve/Grammar';
export class AddHeaderCommand extends GrammarCommand
export class AddHeaderCommand extends ActionCommand
{
constructor()
{
@ -38,7 +38,7 @@ export class AddHeaderCommand extends GrammarCommand
}
}
export class DeleteHeaderCommand extends GrammarCommand
export class DeleteHeaderCommand extends ActionCommand
{
constructor()
{