[geany/geany] 33762f: Add parfor to Matlab keyword list (#1021)

A. Tombs git-noreply at xxxxx
Wed Mar 22 00:06:47 UTC 2017


Branch:      refs/heads/master
Author:      A. Tombs <lazylumpster+github at gmail.com>
Committer:   elextr <elextr at gmail.com>
Date:        Wed, 22 Mar 2017 00:06:47 UTC
Commit:      33762f5225cb7751e42808cce6d65f471c2dc678
             https://github.com/geany/geany/commit/33762f5225cb7751e42808cce6d65f471c2dc678

Log Message:
-----------
Add parfor to Matlab keyword list (#1021)

Add parfor to Matlab keyword list

Add `parfor` to the list of keywords to be highlighted in Matlab script sources. `parfor` is a Matlab keyword that can be used in place of `for` to achieve parallel processing.


Modified Paths:
--------------
    data/filedefs/filetypes.matlab

Modified: data/filedefs/filetypes.matlab
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -13,7 +13,7 @@ doublequotedstring=string_2
 
 [keywords]
 # all items must be in one line
-primary=break case catch classdef continue else elseif end enumeration events for function global if methods otherwise persistent properties return switch try while
+primary=break case catch classdef continue else elseif end enumeration events for function global if methods otherwise parfor persistent properties return switch try while
 
 [settings]
 # default extension used when saving files



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list