forked from phoedos/pmd
18984: [PMD] Added support for Python 2 backticks (`).
This commit is contained in:
Bram Stappers
committed by
Maikel Steneker
parent
a5b12a4e83
commit
cad32d9b83
@ -52,6 +52,7 @@ TOKEN : /* SEPARATORS */
|
||||
| < COMMA: "," >
|
||||
| < DOT: "." >
|
||||
| < COLON: ":" >
|
||||
| < BACKTICK: "`" >
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user