Show pageOld revisionsBacklinksFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Notepad++ Dark theme 에서 R syntax highlight 하기 ====== 다크 테마에서 R syntax highlighting이 안되는 경우 (ex. Twilight) 1. C:\Users\<username>\AppData\Roaming\Notepad++\Stylers.xml 에 있는 (기본테마) <code xml> <LexerType name="r" desc="R" ext=""> ~~~~ </LexerType> </code> 을 찾아서 복사하여 2. C:\Users\<username>\AppData\Roaming\Notepad++\themes 내에 있는 Twilight.xml 에 추가해 준다. 3. WordsStyle 태그의 name 속성을 참고하여, 다른 언어들에 있는 fgColor, bgColor, fontName, fontStyle, fontSize 등의 속성들을 수정해 준다. 4. instre1, instre2, type1 등의 목록은 langs.xml 내에 있다. {{tag>trivia:tips notepad r language}} ~~DISCUSSION~~ trivia/tips/npp_r_syntax_highlight.txt Last modified: 2025/07/07 14:12by 127.0.0.1