File tree Expand file tree Collapse file tree 1 file changed +37
-8
lines changed Expand file tree Collapse file tree 1 file changed +37
-8
lines changed Original file line number Diff line number Diff line change 826
826
<key >match </key >
827
827
<string >true|false </string >
828
828
</dict >
829
+ <dict >
830
+ <key >name </key >
831
+ <string >meta.metaclass.matlab </string >
832
+ <key >begin </key >
833
+ <string >(\?) </string >
834
+ <key >beginCaptures </key >
835
+ <dict >
836
+ <key >1 </key >
837
+ <dict >
838
+ <key >name </key >
839
+ <string >keyword.operator.other.question.matlab </string >
840
+ </dict >
841
+ </dict >
842
+ <key >end </key >
843
+ <string >(?=\)|,) </string >
844
+ <key >patterns </key >
845
+ <array >
846
+ <dict >
847
+ <key >name </key >
848
+ <string >entity.other.class.matlab </string >
849
+ <key >match </key >
850
+ <string >(?< =[\s.< ])[a-zA-Z][a-zA-Z0-9_]*(?=\s|,|\)) </string >
851
+ </dict >
852
+ <dict >
853
+ <key >name </key >
854
+ <string >entity.name.namespace.matlab </string >
855
+ <key >match </key >
856
+ <string >[a-zA-Z][a-zA-Z0-9_]* </string >
857
+ </dict >
858
+ <dict >
859
+ <key >name </key >
860
+ <string >punctuation.accessor.dot.matlab </string >
861
+ <key >match </key >
862
+ <string >\. </string >
863
+ </dict >
864
+ </array >
865
+ </dict >
829
866
<dict >
830
867
<key >include </key >
831
868
<string >#string </string >
848
885
<key >include </key >
849
886
<string >#line_continuation </string >
850
887
</dict >
851
- <dict >
852
- <key >include </key >
853
- <string >#comments </string >
854
- </dict >
855
- <dict >
856
- <key >include </key >
857
- <string >#line_continuation </string >
858
- </dict >
859
888
</array >
860
889
</dict >
861
890
<dict >
You can’t perform that action at this time.
0 commit comments