Skip to content

Commit

Permalink
Merge pull request #16 from mppf/owned-shared-etc
Browse files Browse the repository at this point in the history
Add owned/shared/borrowed/unmanaged/override to tmbundle

resolves #15 

Reviewed by @lydia-duncan - thanks!
  • Loading branch information
mppf authored Sep 10, 2018
2 parents c79a23e + 024d4ca commit 49417f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntaxes/Chapel.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(align|as|atomic|begin|break|by|catch|class|cobegin|coforall|continue|delete|dmapped|do|else|enum|except|export|extern|for|forall|if|index|inline|in|inout|iter|label|lambda|let|local|module|new|noinit|on|only|otherwise|out|pragma|private|proc|prototype|public|record|reduce|ref|require|return|scan|select|serial|sync|then|throw|throws|try|union|use|var|when|where|while|with|yield|zip)\b</string>
<string>\b(align|as|atomic|begin|borrowed|break|by|catch|class|cobegin|coforall|continue|delete|dmapped|do|else|enum|except|export|extern|for|forall|if|index|inline|in|inout|iter|label|lambda|let|local|module|new|noinit|on|only|otherwise|out|override|owned|pragma|private|proc|prototype|public|record|reduce|ref|require|return|scan|select|serial|shared|sync|then|throw|throws|try|union|unmanaged|use|var|when|where|while|with|yield|zip)\b</string>
<key>name</key>
<string>keyword.control.chapel</string>
</dict>
Expand All @@ -35,7 +35,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(config|const|enum|param|private|public|single|sparse|sync|type)\b</string>
<string>\b(borrowed|config|const|enum|owned|param|private|public|single|shared|sparse|sync|type|unmanaged)\b</string>
<key>name</key>
<string>storage.modifier.chapel</string>
</dict>
Expand Down Expand Up @@ -378,7 +378,7 @@
<key>illegal_names</key>
<dict>
<key>match</key>
<string>\b(align|as|atomic|begin|break|by|catch|class|cobegin|coforall|continue|delete|dmapped|do|else|enum|except|export|extern|for|forall|if|index|inline|in|inout|iter|label|lambda|let|local|module|new|noinit|on|only|otherwise|out|pragma|private|proc|public|record|reduce|ref|require|return|scan|select|serial|single|sync|then|throw|throws|try|union|use|var|when|where|while|with|yield|zip)\b</string>
<string>\b(align|as|atomic|begin|borrowed|break|by|catch|class|cobegin|coforall|continue|delete|dmapped|do|else|enum|except|export|extern|for|forall|if|index|inline|in|inout|iter|label|lambda|let|local|module|new|noinit|on|only|otherwise|out|override|owned|pragma|private|proc|public|record|reduce|ref|require|return|scan|select|serial|shared|single|sync|then|throw|throws|try|union|unmanaged|use|var|when|where|while|with|yield|zip)\b</string>
<key>name</key>
<string>invalid.illegal.name.chapel</string>
</dict>
Expand Down

0 comments on commit 49417f3

Please sign in to comment.