13 lines
424 B
Diff
13 lines
424 B
Diff
diff -rub tree-sitter-smali-1.0.0/grammar.js tree-sitter-smali-1.0.0-patched/grammar.js
|
|
--- tree-sitter-smali-1.0.0/grammar.js 2023-05-13 06:09:28.000000000 +0200
|
|
+++ tree-sitter-smali-1.0.0-patched/grammar.js 2024-12-05 05:45:45.358990089 +0100
|
|
@@ -750,7 +750,7 @@
|
|
/[0-7]{1,3}/,
|
|
/x[0-9a-fA-F]{2}/,
|
|
/u[0-9a-fA-F]{4}/,
|
|
- /u{[0-9a-fA-F]+}/,
|
|
+ /u\{[0-9a-fA-F]+\}/,
|
|
),
|
|
)),
|
|
|