I am trying to add require and include as Ruby keywords for Notepad++, but I am having some trouble. I modified the langs.model.xml file's ruby language tag as follows:
<Language name="ruby" ext="rb rbw" commentLine="#">
<Keywords name="instre1">__FILE__ and def end in or self unless __LINE__
begin defined? ensure module redo super until BEGIN break do false
next rescue then when END case else for nil retry true while
alias class elsif if not return undef yield require include
</Keywords>
However, even after updating this require and include are still not being highlighted like the other keywords. Can someone please advise?