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.
Although `parfor` is technically a function, its use is syntactically equivalent to traditional `for`, and therefore it should be treated the same in terms of syntax highlighting. You can view, comment on, or merge this pull request online at: https://github.com/geany/geany/pull/1021 -- Commit Summary -- * Add parfor to Matlab keyword list -- File Changes -- M data/filedefs/filetypes.matlab (2) -- Patch Links -- https://github.com/geany/geany/pull/1021.patch https://github.com/geany/geany/pull/1021.diff --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1021
