Commit 87662dd
authored
Recognize
**Problem**
RobotFramework supports `.resource` files, but they aren’t highlighted
currently.
See documentation:
https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#resource-files
**Solution**
Extend the RobotFramework lexer to detect `.resource` files..resource files as Robot Framework files (#2158)1 parent d917e33 commit 87662dd
File tree
2 files changed
+2
-1
lines changed- lib/rouge/lexers
- spec/lexers
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments