Notepad ++インストールディレクトリ(通常はc:\ Program Filesまたはc:\ Program Files(x86))を見つけます。言語定義ファイルを編集する必要があります。それらの2つがあります:と呼ばれるANSIファイルとlang.model.xml
、と呼ばれるUnicodeファイルですlangs.xml
。米国/カナダを拠点にしている場合は、ansiファイルを使用している可能性が高いです。
Notepad ++でファイルを開きます。これは汎用XMLファイルであり、XML構文の強調表示を使用できます。「matlab」のファイルを検索します。これにより、次のようなブロックが表示されます。
<Language name="matlab" ext="m" commentLine="%" commentStart="" commentEnd="">
<Keywords name="instre1">break case catch continue else elseif end for function global if otherwise persistent properties return switch try while</Keywords>
</Language>
<keywords>
セクションを編集して、ハイライト表示する単語(Classdef、プロパティなど)を含めます。
次に、ファイルを保存し、Notepad ++を再起動します。新しい構文設定が有効になります。