From 03e3ba798748bcc5186dedaaaa5871faf6527322 Mon Sep 17 00:00:00 2001 From: Felix Totir Date: Fri, 1 Feb 2013 18:02:10 +0100 Subject: [PATCH] Added keywords for Matlab classes syntax highlight Closes #136 --- data/filetypes.matlab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/filetypes.matlab b/data/filetypes.matlab index d566adc12..70ff453d2 100644 --- a/data/filetypes.matlab +++ b/data/filetypes.matlab @@ -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 -- 2.11.4.GIT