tv vim: sh.extraStart add writeAsh
This commit is contained in:
parent
5dc8b8b3f3
commit
98aedda77d
|
@ -233,7 +233,7 @@ let {
|
||||||
lua = {};
|
lua = {};
|
||||||
sed.extraStart = ''writeSed[^ \t\r\n]*[ \t\r\n]*"[^"]*"'';
|
sed.extraStart = ''writeSed[^ \t\r\n]*[ \t\r\n]*"[^"]*"'';
|
||||||
sh.extraStart = concatStringsSep ''\|'' [
|
sh.extraStart = concatStringsSep ''\|'' [
|
||||||
''write\(Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*\("[^"]*"\|[a-z]\+\)''
|
''write\(A\|Ba\|Da\)sh[^ \t\r\n]*[ \t\r\n]*\("[^"]*"\|[a-z]\+\)''
|
||||||
''[a-z]*Phase[ \t\r\n]*=''
|
''[a-z]*Phase[ \t\r\n]*=''
|
||||||
];
|
];
|
||||||
yaml = {};
|
yaml = {};
|
||||||
|
|
Loading…
Reference in a new issue