This is an old revision of the document!
Notepad++ Dark theme 에서 R syntax highlight 하기
다크 테마에서 R syntax highlighting이 안되는 경우 (ex. Twilight)
%AppData%\Roaming\Notepad++\themes 내에 있는 Twilight.xml
<LexerType name="python" desc="Python" ext=""> ~ </LexerType>
부분을 복사하여 추가, python → R 로 수정
Discussion