Branch: refs/heads/master Author: Felix Totir axeoth@yahoo.fr Committer: Matthew Brush matt@geany.org Date: Thu, 15 Aug 2013 20:21:41 UTC Commit: 03e3ba798748bcc5186dedaaaa5871faf6527322 https://github.com/geany/geany/commit/03e3ba798748bcc5186dedaaaa5871faf65273...
Log Message: ----------- Added keywords for Matlab classes syntax highlight
Closes #136
Modified Paths: -------------- data/filetypes.matlab
Modified: data/filetypes.matlab 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -13,7 +13,7 @@ doublequotedstring=string_2
[keywords] # all items must be in one line -primary=break case catch continue else elseif end for function global if otherwise persistent return switch try while +primary=break case catch classdef continue else elseif end enumeration events for function global if methods otherwise 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).