forked from phoedos/pmd
18984: [PMD] Added support for Python 2 backticks (`).
This commit is contained in:

committed by
Maikel Steneker

parent
a5b12a4e83
commit
cad32d9b83
@ -52,6 +52,7 @@ TOKEN : /* SEPARATORS */
|
|||||||
| < COMMA: "," >
|
| < COMMA: "," >
|
||||||
| < DOT: "." >
|
| < DOT: "." >
|
||||||
| < COLON: ":" >
|
| < COLON: ":" >
|
||||||
|
| < BACKTICK: "`" >
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user