We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e091d8 commit 31468c1Copy full SHA for 31468c1
JavaFrontParser/syntax/languages/java-15/lexical/UnicodeEscapes.sdf
@@ -9,4 +9,5 @@ exports
9
UnicodeEscape
10
11
syntax
12
- "\\" [u]+ [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] -> UnicodeEscape {cons("UnicodeEscape")}
+ "\\" UList [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] [0-9a-fA-F] -> UnicodeEscape {cons("UnicodeEscape")}
13
+ [u]+ -> UList {cons("UList")}
0 commit comments