Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
trivia:tips:npp_r_syntax_highlight [2021/09/17 08:51] – created prgram | trivia:tips:npp_r_syntax_highlight [2025/07/07 14:12] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
다크 테마에서 R syntax highlighting이 안되는 경우 (ex. Twilight) | 다크 테마에서 R syntax highlighting이 안되는 경우 (ex. Twilight) | ||
- | %AppData%\Roaming\Notepad++\themes 내에 있는 Twilight.xml | ||
+ | 1. C: | ||
<code xml> | <code xml> | ||
- | < | + | < |
- | ~ | + | |
</ | </ | ||
</ | </ | ||
- | 부분을 복사하여 | + | 을 찾아서 |
- | {{tag> | + | 2. C: |
+ | |||
+ | 3. WordsStyle 태그의 name 속성을 참고하여, | ||
+ | |||
+ | 4. instre1, instre2, type1 등의 목록은 langs.xml 내에 있다. | ||
+ | |||
+ | |||
+ | {{tag> | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ | ||