diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:43:12 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-10 01:43:12 +0900 |
| commit | 5a7980e61c0ba42bdc3a7346c4a66ac9bbbcefce (patch) | |
| tree | 51d190e0b71d569740372b11f9005857abeb35d0 /src/common/text/elements | |
| parent | 大文字対応 (diff) | |
| download | sharkey-5a7980e61c0ba42bdc3a7346c4a66ac9bbbcefce.tar.gz sharkey-5a7980e61c0ba42bdc3a7346c4a66ac9bbbcefce.tar.bz2 sharkey-5a7980e61c0ba42bdc3a7346c4a66ac9bbbcefce.zip | |
Add some keywords
Diffstat (limited to 'src/common/text/elements')
| -rw-r--r-- | src/common/text/elements/code.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/text/elements/code.js b/src/common/text/elements/code.js index 6870f3023c..dbc7545334 100644 --- a/src/common/text/elements/code.js +++ b/src/common/text/elements/code.js @@ -53,6 +53,7 @@ const _keywords = [ 'do', 'goto', 'end', + 'sub', 'throw', 'try', 'catch', @@ -69,7 +70,9 @@ const _keywords = [ 'require', 'include', 'import', + 'imports', 'export', + 'exports', 'from', 'as', 'using', |