Update Perl syntax style

This commit is contained in:
1024jp 2015-11-16 11:41:15 +09:00
parent 749974ec9d
commit 8a916d1d71
2 changed files with 11 additions and 3 deletions

View File

@ -9,6 +9,8 @@ develop
- Update Python syntax style:
- Add `__copy__` and `__deepcopy__` to commands.
- Update Perl syntax style:
- Add some keywords.
- Update Haskell syntax style:
- Add some keywords.

View File

@ -128,12 +128,14 @@ commands:
- beginString: "open"
- beginString: "opendir"
- beginString: "ord"
- beginString: "our"
- beginString: "pack"
- beginString: "pipe"
- beginString: "pop"
- beginString: "pos"
- beginString: "print"
- beginString: "printf"
- beginString: "prototype"
- beginString: "push"
- beginString: "quotemeta"
- beginString: "rand"
@ -188,16 +190,20 @@ commands:
- beginString: "sqrt"
- beginString: "srand"
- beginString: "stat"
- beginString: "state"
- beginString: "study"
- beginString: "substr"
- beginString: "symlink"
- beginString: "syscall"
- beginString: "sysopen"
- beginString: "sysread"
- beginString: "sysseek"
- beginString: "system"
- beginString: "syswrite"
- beginString: "tell"
- beginString: "telldir"
- beginString: "tie"
- beginString: "tied"
- beginString: "time"
- beginString: "times"
- beginString: "truncate"
@ -221,10 +227,10 @@ commands:
- beginString: "write"
metadata:
distributionURL: "http://coteditor.com"
version: "2.1"
version: "2.2.0"
description: "Maintained by CotEditor Project."
license: "Same as CotEditor"
lastModified: "2015-08-13"
lastModified: "2015-11-16"
characters:
- beginString: "'"
endString: "'"
@ -427,7 +433,7 @@ keywords:
- beginString: "sub"
- beginString: "tr"
- beginString: "unless"
- beginString: "untill"
- beginString: "until"
- beginString: "while"
- beginString: "xor"
- beginString: "y"