Commit 7169cd8
authored
enh(bash)
* Update the pattern regex for the bash language
Fixes: #3489 ((bash) keywords with numbers are not recognized)
With the new regex, also numbers INSIDE the pattern is allowed. Before, `a2enmod` would not have been recognized. Now it gets properly recognized.
For the details of the test results see: #3489 (comment)$pattern: allow numbers after the first character (#3494)1 parent fd30701 commit 7169cd8
2 files changed
+3
-2
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 | | |
| |||
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
0 commit comments