github-linguist 7.18.0 → 7.19.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (72) hide show
  1. checksums.yaml +4 -4
  2. data/bin/github-linguist +1 -0
  3. data/grammars/liquid.injection.json +1 -0
  4. data/grammars/markdown.curry.codeblock.json +1 -0
  5. data/grammars/markdown.textproto.codeblock.json +1 -0
  6. data/grammars/source.2da.json +1 -0
  7. data/grammars/source.aidl.json +1 -1
  8. data/grammars/source.ballerina.json +1 -1
  9. data/grammars/source.bnd.json +1 -0
  10. data/grammars/source.cl.json +1 -0
  11. data/grammars/source.clar.json +1 -0
  12. data/grammars/source.clarion.json +1 -1
  13. data/grammars/source.clojure.json +1 -1
  14. data/grammars/source.cmd.json +1 -0
  15. data/grammars/source.cs.json +1 -1
  16. data/grammars/source.csound.json +1 -1
  17. data/grammars/source.curry.json +1 -0
  18. data/grammars/source.data-weave.json +1 -1
  19. data/grammars/source.dds.dspf.json +1 -0
  20. data/grammars/source.dds.icff.json +1 -0
  21. data/grammars/source.dds.lf.json +1 -0
  22. data/grammars/source.dds.pf.json +1 -0
  23. data/grammars/source.dds.prtf.json +1 -0
  24. data/grammars/source.deb-control.json +1 -0
  25. data/grammars/source.debian.makefile.json +1 -0
  26. data/grammars/source.denizenscript.json +1 -0
  27. data/grammars/source.elixir.json +1 -1
  28. data/grammars/source.euphoria.json +1 -0
  29. data/grammars/source.fsharp.json +1 -1
  30. data/grammars/source.gitignore.json +1 -1
  31. data/grammars/source.gleam.json +1 -0
  32. data/grammars/source.gsc.json +1 -0
  33. data/grammars/source.hoon.json +1 -0
  34. data/grammars/source.icurry.json +1 -0
  35. data/grammars/source.janet.json +1 -0
  36. data/grammars/source.js.json +1 -1
  37. data/grammars/source.julia.json +1 -1
  38. data/grammars/source.mi.json +1 -0
  39. data/grammars/source.miniyaml.json +1 -0
  40. data/grammars/source.mint.json +1 -0
  41. data/grammars/source.mlir.json +1 -1
  42. data/grammars/source.pcb.schematic.json +1 -1
  43. data/grammars/source.pcb.sexp.json +1 -1
  44. data/grammars/source.pnlgrp.json +1 -0
  45. data/grammars/source.procfile.json +1 -0
  46. data/grammars/source.proto.json +1 -1
  47. data/grammars/source.python.kivy.json +1 -0
  48. data/grammars/source.qsharp.json +1 -1
  49. data/grammars/source.rascal.json +1 -1
  50. data/grammars/source.rescript.json +1 -1
  51. data/grammars/source.rpg.json +1 -0
  52. data/grammars/source.rpgle.json +1 -0
  53. data/grammars/source.shellcheckrc.json +1 -1
  54. data/grammars/source.smali.json +1 -1
  55. data/grammars/source.solidity.json +1 -1
  56. data/grammars/source.textproto.json +1 -0
  57. data/grammars/source.ts.json +1 -1
  58. data/grammars/source.tsx.json +1 -1
  59. data/grammars/source.vyper.json +1 -1
  60. data/grammars/source.witcherscript.json +1 -0
  61. data/grammars/source.wsd.json +1 -1
  62. data/grammars/text.html.liquid.json +1 -1
  63. data/grammars/text.rtf.json +1 -1
  64. data/grammars/version +1 -1
  65. data/lib/linguist/VERSION +1 -1
  66. data/lib/linguist/generated.rb +13 -1
  67. data/lib/linguist/heuristics.yml +51 -1
  68. data/lib/linguist/languages.json +1 -1
  69. data/lib/linguist/languages.yml +179 -1
  70. data/lib/linguist/samples.json +1 -1
  71. data/lib/linguist/vendor.yml +1 -1
  72. metadata +67 -34
@@ -1 +1 @@
1
- {"name":"Smali","scopeName":"source.smali","patterns":[{"include":"#annotation"},{"include":"#annotation-end"},{"include":"#annotation-value_list"},{"include":"#annotation-value"},{"include":"#annotation-name"},{"include":"#annotation-access"},{"include":"#comment-alone"},{"include":"#comment-inline"},{"include":"#field"},{"include":"#field-end"},{"match":"^[\\s\\t]*(\\.class)[\\s\\t]*((?:(?:interface|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum|annotation)[\\s\\t]+)*)[\\s\\t]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},{"match":"^[\\s\\t]*(\\.(?:super|implements))[\\s\\t]+(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"}}},{"match":"^[\\s\\t]*(\\.source)[\\s\\t]+(\")(.*?)((?\u003c!\\\\)\")(?=[\\s\\t]*(#.*)?$)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"}}},{"begin":"^[\\s\\t]*(\\.method)[\\s\\t]*((?:(?:bridge|varargs|declared-synchronized|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum)[\\s\\t]+)*)(constructor )?(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_\\-][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end method)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.prologue)(?=[\\s\\t]*(#.*)?$)"},{"match":"^[\\s\\t]*(\\.local)[\\s\\t]+([vp]\\d+),[\\s\\t]+(\"[\\p{L}_\\$][\\w\\$]*\"):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?:,(\")(.*?)((?\u003c!\\\\)\"))?(?:,[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\"))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"string.interpolated.smali"},"13":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"string.interpolated.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"string.interpolated.smali"}}},{"match":"^[\\s\\t]*(\\.catch)[\\s\\t]+(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))[\\s\\t]+{(:[A-Za-z_\\d]+)[\\s\\t]+\\.\\.[\\s\\t]+(:[A-Za-z_\\d]+)}[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"constant.numeric.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"keyword.control.smali"},"6":{"name":"keyword.control.smali"},"7":{"name":"keyword.control.smali"}}},{"match":"^[\\s\\t]*(\\.catchall)[\\s\\t]+{(:[A-Za-z_\\d]+)[\\s\\t]+\\.\\.[\\s\\t]+(:[A-Za-z_\\d]+)}[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"keyword.control.smali"},"3":{"name":"keyword.control.smali"},"4":{"name":"keyword.control.smali"}}},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.(?:end|restart)[\\s\\t]+local)[\\s\\t]+[vp]\\d+(?=[\\s\\t]*(#.*)?$)"},{"begin":"^[\\s\\t]*(\\.sparse-switch)(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end sparse-switch)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"^[\\s\\t]*(-?0x(?i:0|[1-9a-f][\\da-f]*))[\\s\\t]+-\u003e[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"variable.parameter.smali"},"2":{"name":"keyword.control.smali"}}}],"beginCaptures":{"1":{"name":"constant.language.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"match":"^[\\s\\t]*(\\.packed-switch)[\\s\\t]+(-0x1|0x(?i:0|[1-9a-f][\\da-f]*))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.end packed-switch)(?=[\\s\\t]*(#.*)?$)"},{"begin":"^[\\s\\t]*(\\.array-data)[\\s\\t]+(1|2|4|8)(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end array-data)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"^[\\s\\t]*(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))[st]?|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))L))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"variable.parameter.smali"}}}],"beginCaptures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"include":"#field"},{"include":"#field-end"},{"include":"#annotation"},{"include":"#annotation-end"},{"include":"#annotation-value_list"},{"include":"#annotation-value"},{"include":"#annotation-name"},{"include":"#annotation-access"},{"include":"#comment-alone"},{"include":"#directive-method-line"},{"include":"#directive-method-registers_locals"},{"include":"#directive-method-label"},{"include":"#directive-method-parameter"},{"include":"#directive-method-parameter-end"},{"include":"#directives-method-relaxed"},{"include":"#opcode-format-10x"},{"include":"#opcode-format-10x-relaxed"},{"include":"#opcode-format-11n"},{"include":"#opcode-format-11n-relaxed"},{"include":"#opcode-format-11x"},{"include":"#opcode-format-11x-relaxed"},{"include":"#opcode-format-22x"},{"include":"#opcode-format-22x-relaxed"},{"include":"#opcode-format-32x"},{"include":"#opcode-format-32x-relaxed"},{"include":"#opcode-format-12x"},{"include":"#opcode-format-12x-relaxed"},{"include":"#opcode-format-21c-string"},{"include":"#opcode-format-21c-type"},{"include":"#opcode-format-21c-field"},{"include":"#opcode-format-21c-relaxed"},{"include":"#opcode-format-21h"},{"include":"#opcode-format-21h-relaxed"},{"include":"#opcode-format-21s"},{"include":"#opcode-format-21s-relaxed"},{"include":"#opcode-format-21t"},{"include":"#opcode-format-21t-relaxed"},{"include":"#opcode-format-31t"},{"include":"#opcode-format-31t-relaxed"},{"include":"#opcode-format-22b"},{"include":"#opcode-format-22b-relaxed"},{"include":"#opcode-format-22c-type"},{"include":"#opcode-format-22c-type_array"},{"include":"#opcode-format-22c-field"},{"include":"#opcode-format-22c-relaxed"},{"include":"#opcode-format-22s"},{"include":"#opcode-format-22s-relaxed"},{"include":"#opcode-format-22t"},{"include":"#opcode-format-22t-relaxed"},{"include":"#opcode-format-23x"},{"include":"#opcode-format-23x-relaxed"},{"include":"#opcode-format-3rc-type"},{"include":"#opcode-format-3rc-meth"},{"include":"#opcode-format-3rc-relaxed"},{"include":"#opcode-format-35c-type"},{"include":"#opcode-format-35c-meth"},{"include":"#opcode-format-35c-relaxed"},{"include":"#opcode-format-51l"},{"include":"#opcode-format-51l-relaxed"},{"include":"#opcode-format-31i"},{"include":"#opcode-format-31i-relaxed"},{"include":"#opcode-format-10t-20t-30t"},{"include":"#opcode-format-10t-20t-30t-relaxed"}],"beginCaptures":{"1":{"name":"constant.language.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"constant.numeric.smali"},"12":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.function.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"match":"^[\\s\\t]*(\\.(?:class|super|implements|method|(end )?(?:method|annotation|field)))","captures":{"1":{"name":"invalid.illegal.smali"}}}],"repository":{"annotation":{"match":"^[\\s\\t]*(\\.annotation)[\\s\\t]+(build|runtime|system)[\\s\\t]+(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"storage.modifier.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"}}},"annotation-access":{"match":"^[\\s\\t]*(accessFlags)[\\s\\t]*=[\\s\\t]*(0x(?:0|[1-9a-f][\\da-f]{0,3}))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"constant.numeric.smali"}}},"annotation-end":{"match":"^[\\s\\t]*(\\.end annotation)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"annotation-name":{"match":"^[\\s\\t]*(name)[\\s\\t]*=[\\s\\t]*(?:(null)|(\")(.*?)((?\u003c!\\\\)\")?)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"constant.language.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"annotation-value":{"match":"^[\\s\\t]*(value)[\\s\\t]*=[\\s\\t]*(?:(\")(.*?)((?\u003c!\\\\)\")?|(?:\\.(enum|subannotation)[\\s\\t]+)?(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?:-\u003e(?:([\\p{L}_\\$][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))|(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"constant.numeric.smali"},"13":{"name":"entity.name.tag.smali"},"14":{"name":"entity.name.function.smali"},"15":{"name":"constant.numeric.smali"},"16":{"name":"constant.numeric.smali"},"17":{"name":"constant.numeric.smali"},"18":{"name":"entity.name.tag.smali"},"19":{"name":"constant.numeric.smali"},"2":{"name":"entity.name.tag.smali"},"20":{"name":"entity.name.tag.smali"},"21":{"name":"constant.numeric.smali"},"22":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"string.interpolated.smali"}}},"annotation-value_list":{"begin":"^[\\s\\t]*(value)[\\s\\t]*=[\\s\\t]*{(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*}(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"(?:(\")(.*?)((?\u003c!\\\\)\")?|(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?:,)?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"entity.name.tag.smali"},"2":{"name":"string.quoted.double.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"}}}],"beginCaptures":{"1":{"name":"support.function.smali"}}},"comment-alone":{"match":"^[\\s\\t]*(#.*)$","captures":{"1":{"name":"comment.line.number-sign.smali"}}},"comment-inline":{"match":"(#.*)$","captures":{"1":{"name":"comment.line.number-sign.smali"}}},"directive-method-label":{"match":"^[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"keyword.control.smali"}}},"directive-method-line":{"match":"[\\s\\t]*(\\.line)[\\s\\t]+(\\d+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},"directive-method-parameter":{"match":"[\\s\\t]*(\\.param(?:eter)?)[\\s\\t]+(p(?:0|[1-9][\\d]?|[1-4][\\d]{2}|50[\\d]|51[0-2])\\b)(?:,[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\"))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"directive-method-parameter-end":{"match":"^[\\s\\t]*(\\.end param)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"directive-method-registers_locals":{"match":"[\\s\\t]*(\\.(?:registers|locals))[\\s\\t]+(\\d+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},"directives-method-relaxed":{"match":"^[\\s\\t]*(:|\\.(?:parameter|line|registers|locals|(?:restart )?local|prologue|(?:end )?(annotation|(sparse|packed)-switch|local)|catch(?:all)?))","captures":{"1":{"name":"invalid.illegal.smali"}}},"field":{"match":"^[\\s\\t]*(\\.field)[\\s\\t]+((?:(?:bridge|varargs|declared-synchronized|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum)[\\s\\t]+)*)([\\p{L}_\\$\\-][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?:[\\s\\t]+=[\\s\\t]+(?:(null|true|false)|(?i:(\\d+(?:\\.\\d+)?[fldst]?))|(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))[fldst]?))\\b)|([\"'])(.*?)((?\u003c!\\\\)[\"'])))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"string.quoted.double.smali"},"13":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"string.interpolated.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"constant.language.smali"},"9":{"name":"constant.numeric.smali"}}},"field-end":{"match":"^[\\s\\t]*(\\.end field)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"opcode-format-10t-20t-30t":{"match":"^[\\s\\t]*(goto(?:/16|/32)?) (:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"keyword.control"}}},"opcode-format-10t-20t-30t-relaxed":{"match":"^[\\s\\t]*(goto(?:/16|/32)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-10x":{"match":"^[\\s\\t]*(nop|return-void)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"}}},"opcode-format-10x-relaxed":{"match":"^[\\s\\t]*(nop|return-void)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-11n":{"match":"^[\\s\\t]*(const/4)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(?i:(-0x[0-8]|0x[0-7]))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-11n-relaxed":{"match":"^[\\s\\t]*(const/4)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-11x":{"match":"^[\\s\\t]*(move-(?:result(?:-wide|-object)?|exception)|return(?:-wide|-object)?|monitor-(?:enter|exit)|throw)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"}}},"opcode-format-11x-relaxed":{"match":"^[\\s\\t]*(move-(?:result(?:-wide|-object)?|exception)|return(?:-wide|-object)?|monitor-(?:enter|exit)|throw)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-12x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?|array-length|neg-(?:int|long|float|double)|not-(?:int|long)|int-to-(?:long|float|double|byte|char|short)|long-to-(?:int|float|double)|float-to-(?:int|long|double)|double-to-(?:int|long|float)|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)/2addr|(?:add|sub|mul|div|rem)-(?:float|double)/2addr)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-12x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?|array-length|neg-(?:int|long|float|double)|not-(?:int|long)|int-to-(?:long|float|double|byte|char|short)|long-to-(?:int|float|double)|float-to-(?:int|long|double)|double-to-(?:int|long|float)|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)/2addr|(?:add|sub|mul|div|rem)-(?:float|double)/2addr)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21c-field":{"match":"^[\\s\\t]*((?:sget|sput)(?:-wide|-object|-boolean|-byte|-char|-short)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e([\\p{L}_\\$][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"string.interpolated.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-21c-relaxed":{"match":"^[\\s\\t]*(const-string|const-class|check-cast|new-instance|(?:sget|sput)(?:-wide|-object|-boolean|-byte|-char|-short)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21c-string":{"match":"^[\\s\\t]*(const-string(?:/jumbo)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\")(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"opcode-format-21c-type":{"match":"^[\\s\\t]*(const-class|check-cast|new-instance)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"}}},"opcode-format-21h":{"match":"^[\\s\\t]*(const(?:-wide)?/high16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*((?i:-?0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)[0]{0,12}L?))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-21h-relaxed":{"match":"^[\\s\\t]*(const(?:-wide)?/high16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21s":{"match":"^[\\s\\t]*(const(?:-wide)?/16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)|0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3})))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-21s-relaxed":{"match":"^[\\s\\t]*(const(?:-wide)?/16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21t":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le)z)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"keyword.control.smali"}}},"opcode-format-21t-relaxed":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le)z)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22b":{"match":"^[\\s\\t]*((?:add|rsub|mul|div|rem|and|or|xor|shl|shr|ushr)-int/lit8)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:[\\da-f]|[1-7][\\da-f]|80)|0x(?:[\\da-f]|[1-7][\\da-f])))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"}}},"opcode-format-22b-relaxed":{"match":"^[\\s\\t]*((?:add|rsub|mul|div|rem|and|or|xor|shl|shr|ushr)-int/lit8)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22c-field":{"match":"^[\\s\\t]*((?:iget|iput)(?:-wide|-object|-boolean|-byte|-char|-short)?)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e([\\p{L}_\\$][\\w\\$]*):[\\[]*(?:(Z|B|S|C|I|J|F|D|(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"string.interpolated.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"entity.name.tag.smali"}}},"opcode-format-22c-relaxed":{"match":"^[\\s\\t]*(instance-of|new-array|(?:iget|iput)(?:-wide|-object|-boolean|-byte|-char|-short)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22c-type":{"match":"^[\\s\\t]*(instance-of)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*[\\[]*(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-22c-type_array":{"match":"^[\\s\\t]*(new-array)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-22s":{"match":"^[\\s\\t]*((?:(?:add|mul|div|rem|and|or|xor)-int/lit16)|rsub-int)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)|0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3})))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"}}},"opcode-format-22s-relaxed":{"match":"^[\\s\\t]*((?:(?:add|mul|div|rem|and|or|xor)-int/lit16)|rsub-int)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22t":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le))[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"keyword.control"}}},"opcode-format-22t-relaxed":{"match":"(if-(?:eq|ne|lt|ge|gt|le))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/from16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-22x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/from16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-23x":{"match":"^[\\s\\t]*((?:cmpl|cmpg)-(?:float|double)|cmp-long|(?:aget|aput)(?:-wide|-object|-boolean|-byte|-char|-short)?|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)|(?:add|sub|mul|div|rem)-(?:float|double))[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"variable.parameter.smali"}}},"opcode-format-23x-relaxed":{"match":"^[\\s\\t]*((?:cmpl|cmpg)-(float|double)|cmp-long|(?:aget|aput)(?:-wide|-object|-boolean|-byte|-char|-short)?|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)|(?:add|sub|mul|div|rem)-(?:float|double))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-31i":{"match":"^[\\s\\t]*(const(?:-wide/32)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-31i-relaxed":{"match":"^[\\s\\t]*(const(?:-wide/32)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-31t":{"match":"^[\\s\\t]*(fill-array-data|(?:packed|sparse)-switch)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"keyword.control"}}},"opcode-format-31t-relaxed":{"match":"^[\\s\\t]*(fill-array-data|(?:packed|sparse)-switch)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-32x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/16)[\\s\\t]+([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-32x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-35c-meth":{"match":"^[\\s\\t]*(invoke-(?:virtual|super|direct|static|interface)) {[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?[\\s\\t]*},[\\s\\t]*[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\((?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))?\\)(?:(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D))|(?:[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.function.smali"},"11":{"name":"constant.numeric.smali"},"12":{"name":"entity.name.tag.smali"},"13":{"name":"constant.numeric.smali"},"14":{"name":"entity.name.tag.smali"},"15":{"name":"constant.numeric.smali"},"16":{"name":"entity.name.tag.smali"},"17":{"name":"constant.numeric.smali"},"18":{"name":"entity.name.tag.smali"},"19":{"name":"constant.numeric.smali"},"2":{"name":"variable.parameter.smali"},"20":{"name":"entity.name.tag.smali"},"21":{"name":"constant.numeric.smali"},"22":{"name":"entity.name.tag.smali"},"23":{"name":"constant.numeric.smali"},"24":{"name":"entity.name.tag.smali"},"25":{"name":"constant.numeric.smali"},"26":{"name":"entity.name.tag.smali"},"27":{"name":"constant.numeric.smali"},"28":{"name":"entity.name.tag.smali"},"29":{"name":"constant.numeric.smali"},"3":{"name":"variable.parameter.smali"},"30":{"name":"entity.name.tag.smali"},"31":{"name":"constant.numeric.smali"},"32":{"name":"constant.numeric.smali"},"33":{"name":"entity.name.tag.smali"},"34":{"name":"constant.numeric.smali"},"35":{"name":"entity.name.tag.smali"},"4":{"name":"variable.parameter.smali"},"5":{"name":"variable.parameter.smali"},"6":{"name":"variable.parameter.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"entity.name.tag.smali"}}},"opcode-format-35c-relaxed":{"match":"^[\\s\\t]*(filled-new-array|invoke-(?:virtual|super|direct|static|interface))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-35c-type":{"match":"^[\\s\\t]*(filled-new-array) {([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?},[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"constant.numeric.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"variable.parameter.smali"},"5":{"name":"variable.parameter.smali"},"6":{"name":"variable.parameter.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-3rc-meth":{"match":"^[\\s\\t]*(invoke-(?:virtual|super|direct|static|interface)/range) {[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b) \\.\\. ([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)[\\s\\t]*},[\\s\\t]*[\\[]*(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"constant.numeric.smali"},"13":{"name":"entity.name.tag.smali"},"14":{"name":"constant.numeric.smali"},"15":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"entity.name.function.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-3rc-relaxed":{"match":"^[\\s\\t]*((?:filled-new-array|invoke-(?:virtual|super|direct|static|interface))/range)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-3rc-type":{"match":"^[\\s\\t]*(filled-new-array/range) {([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b) \\.\\. ([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)},[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-51l":{"match":"^[\\s\\t]*(const-wide)(?!/32)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))L))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-51l-relaxed":{"match":"^[\\s\\t]*(const-wide)(?!\\/32)","captures":{"1":{"name":"invalid.illegal.smali"}}}}}
1
+ {"name":"Smali","scopeName":"source.smali","patterns":[{"include":"#annotation"},{"include":"#annotation-end"},{"include":"#annotation-value_list"},{"include":"#annotation-value"},{"include":"#annotation-name"},{"include":"#annotation-access"},{"include":"#comment-alone"},{"include":"#comment-inline"},{"include":"#field"},{"include":"#field-end"},{"match":"^[\\s\\t]*(\\.class)[\\s\\t]*((?:(?:interface|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum|annotation)[\\s\\t]+)*)[\\s\\t]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},{"match":"^[\\s\\t]*(\\.(?:super|implements))[\\s\\t]+(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"}}},{"match":"^[\\s\\t]*(\\.source)[\\s\\t]+(\")(.*?)((?\u003c!\\\\)\")(?=[\\s\\t]*(#.*)?$)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"}}},{"begin":"^[\\s\\t]*(\\.method)[\\s\\t]*((?:(?:bridge|varargs|declared-synchronized|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum)[\\s\\t]+)*)(constructor )?(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_\\-][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end method)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.prologue)(?=[\\s\\t]*(#.*)?$)"},{"match":"^[\\s\\t]*(\\.local)[\\s\\t]+([vp]\\d+),[\\s\\t]+(\"[\\p{L}\\p{N}_\\$][\\w\\$]*\"):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?:,(\")(.*?)((?\u003c!\\\\)\"))?(?:,[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\"))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"string.interpolated.smali"},"13":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"string.interpolated.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"string.interpolated.smali"}}},{"match":"^[\\s\\t]*(\\.catch)[\\s\\t]+(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))[\\s\\t]+{(:[A-Za-z_\\d]+)[\\s\\t]+\\.\\.[\\s\\t]+(:[A-Za-z_\\d]+)}[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"entity.name.tag.smali"},"3":{"name":"constant.numeric.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"keyword.control.smali"},"6":{"name":"keyword.control.smali"},"7":{"name":"keyword.control.smali"}}},{"match":"^[\\s\\t]*(\\.catchall)[\\s\\t]+{(:[A-Za-z_\\d]+)[\\s\\t]+\\.\\.[\\s\\t]+(:[A-Za-z_\\d]+)}[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"keyword.control.smali"},"3":{"name":"keyword.control.smali"},"4":{"name":"keyword.control.smali"}}},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.(?:end|restart)[\\s\\t]+local)[\\s\\t]+[vp]\\d+(?=[\\s\\t]*(#.*)?$)"},{"begin":"^[\\s\\t]*(\\.sparse-switch)(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end sparse-switch)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"^[\\s\\t]*(-?0x(?i:0|[1-9a-f][\\da-f]*))[\\s\\t]+-\u003e[\\s\\t]+(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"variable.parameter.smali"},"2":{"name":"keyword.control.smali"}}}],"beginCaptures":{"1":{"name":"constant.language.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"match":"^[\\s\\t]*(\\.packed-switch)[\\s\\t]+(-0x1|0x(?i:0|[1-9a-f][\\da-f]*))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},{"name":"constant.language.smali","match":"^[\\s\\t]*(\\.end packed-switch)(?=[\\s\\t]*(#.*)?$)"},{"begin":"^[\\s\\t]*(\\.array-data)[\\s\\t]+(1|2|4|8)(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*(\\.end array-data)(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"^[\\s\\t]*(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))[st]?|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))L))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"variable.parameter.smali"}}}],"beginCaptures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"include":"#field"},{"include":"#field-end"},{"include":"#annotation"},{"include":"#annotation-end"},{"include":"#annotation-value_list"},{"include":"#annotation-value"},{"include":"#annotation-name"},{"include":"#annotation-access"},{"include":"#comment-alone"},{"include":"#directive-method-line"},{"include":"#directive-method-registers_locals"},{"include":"#directive-method-label"},{"include":"#directive-method-parameter"},{"include":"#directive-method-parameter-end"},{"include":"#directives-method-relaxed"},{"include":"#opcode-format-10x"},{"include":"#opcode-format-10x-relaxed"},{"include":"#opcode-format-11n"},{"include":"#opcode-format-11n-relaxed"},{"include":"#opcode-format-11x"},{"include":"#opcode-format-11x-relaxed"},{"include":"#opcode-format-22x"},{"include":"#opcode-format-22x-relaxed"},{"include":"#opcode-format-32x"},{"include":"#opcode-format-32x-relaxed"},{"include":"#opcode-format-12x"},{"include":"#opcode-format-12x-relaxed"},{"include":"#opcode-format-21c-string"},{"include":"#opcode-format-21c-type"},{"include":"#opcode-format-21c-field"},{"include":"#opcode-format-21c-relaxed"},{"include":"#opcode-format-21h"},{"include":"#opcode-format-21h-relaxed"},{"include":"#opcode-format-21s"},{"include":"#opcode-format-21s-relaxed"},{"include":"#opcode-format-21t"},{"include":"#opcode-format-21t-relaxed"},{"include":"#opcode-format-31t"},{"include":"#opcode-format-31t-relaxed"},{"include":"#opcode-format-22b"},{"include":"#opcode-format-22b-relaxed"},{"include":"#opcode-format-22c-type"},{"include":"#opcode-format-22c-type_array"},{"include":"#opcode-format-22c-field"},{"include":"#opcode-format-22c-relaxed"},{"include":"#opcode-format-22s"},{"include":"#opcode-format-22s-relaxed"},{"include":"#opcode-format-22t"},{"include":"#opcode-format-22t-relaxed"},{"include":"#opcode-format-23x"},{"include":"#opcode-format-23x-relaxed"},{"include":"#opcode-format-3rc-type"},{"include":"#opcode-format-3rc-meth"},{"include":"#opcode-format-3rc-relaxed"},{"include":"#opcode-format-35c-type"},{"include":"#opcode-format-35c-meth"},{"include":"#opcode-format-35c-relaxed"},{"include":"#opcode-format-51l"},{"include":"#opcode-format-51l-relaxed"},{"include":"#opcode-format-31i"},{"include":"#opcode-format-31i-relaxed"},{"include":"#opcode-format-10t-20t-30t"},{"include":"#opcode-format-10t-20t-30t-relaxed"}],"beginCaptures":{"1":{"name":"constant.language.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"constant.numeric.smali"},"12":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.function.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}},"endCaptures":{"1":{"name":"constant.language.smali"}}},{"match":"^[\\s\\t]*(\\.(?:class|super|implements|method|(end )?(?:method|annotation|field)))","captures":{"1":{"name":"invalid.illegal.smali"}}}],"repository":{"annotation":{"match":"^[\\s\\t]*(\\.annotation)[\\s\\t]+(build|runtime|system)[\\s\\t]+(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"storage.modifier.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"}}},"annotation-access":{"match":"^[\\s\\t]*(accessFlags)[\\s\\t]*=[\\s\\t]*(0x(?:0|[1-9a-f][\\da-f]{0,3}))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"constant.numeric.smali"}}},"annotation-end":{"match":"^[\\s\\t]*(\\.end annotation)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"annotation-name":{"match":"^[\\s\\t]*(name)[\\s\\t]*=[\\s\\t]*(?:(null)|(\")(.*?)((?\u003c!\\\\)\")?)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"constant.language.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"annotation-value":{"match":"^[\\s\\t]*(value)[\\s\\t]*=[\\s\\t]*(?:(\")(.*?)((?\u003c!\\\\)\")?|(?:\\.(enum|subannotation)[\\s\\t]+)?(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?:-\u003e(?:([\\p{L}\\p{N}_\\$][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))|(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"constant.numeric.smali"},"13":{"name":"entity.name.tag.smali"},"14":{"name":"entity.name.function.smali"},"15":{"name":"constant.numeric.smali"},"16":{"name":"constant.numeric.smali"},"17":{"name":"constant.numeric.smali"},"18":{"name":"entity.name.tag.smali"},"19":{"name":"constant.numeric.smali"},"2":{"name":"entity.name.tag.smali"},"20":{"name":"entity.name.tag.smali"},"21":{"name":"constant.numeric.smali"},"22":{"name":"entity.name.tag.smali"},"3":{"name":"string.quoted.double.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"string.interpolated.smali"}}},"annotation-value_list":{"begin":"^[\\s\\t]*(value)[\\s\\t]*=[\\s\\t]*{(?=[\\s\\t]*(#.*)?$)","end":"^[\\s\\t]*}(?=[\\s\\t]*(#.*)?$)","patterns":[{"include":"#comment-inline"},{"match":"(?:(\")(.*?)((?\u003c!\\\\)\")?|(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?:,)?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"entity.name.tag.smali"},"2":{"name":"string.quoted.double.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"}}}],"beginCaptures":{"1":{"name":"support.function.smali"}}},"comment-alone":{"match":"^[\\s\\t]*(#.*)$","captures":{"1":{"name":"comment.line.number-sign.smali"}}},"comment-inline":{"match":"(#.*)$","captures":{"1":{"name":"comment.line.number-sign.smali"}}},"directive-method-label":{"match":"^[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"keyword.control.smali"}}},"directive-method-line":{"match":"[\\s\\t]*(\\.line)[\\s\\t]+(\\d+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},"directive-method-parameter":{"match":"[\\s\\t]*(\\.param(?:eter)?)[\\s\\t]+(p(?:0|[1-9][\\d]?|[1-4][\\d]{2}|50[\\d]|51[0-2])\\b)(?:,[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\"))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"directive-method-parameter-end":{"match":"^[\\s\\t]*(\\.end param)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"directive-method-registers_locals":{"match":"[\\s\\t]*(\\.(?:registers|locals))[\\s\\t]+(\\d+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"2":{"name":"variable.parameter.smali"}}},"directives-method-relaxed":{"match":"^[\\s\\t]*(:|\\.(?:parameter|line|registers|locals|(?:restart )?local|prologue|(?:end )?(annotation|(sparse|packed)-switch|local)|catch(?:all)?))","captures":{"1":{"name":"invalid.illegal.smali"}}},"field":{"match":"^[\\s\\t]*(\\.field)[\\s\\t]+((?:(?:bridge|varargs|declared-synchronized|public|protected|private|abstract|static|final|synchronized|transient|volatile|native|strictfp|synthetic|enum)[\\s\\t]+)*)([\\p{L}_\\$\\-][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?:[\\s\\t]+=[\\s\\t]+(?:(null|true|false)|(?i:(\\d+(?:\\.\\d+)?[fldst]?))|(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))[fldst]?))\\b)|([\"'])(.*?)((?\u003c!\\\\)[\"'])))?(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"string.quoted.double.smali"},"13":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"string.interpolated.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"constant.language.smali"},"9":{"name":"constant.numeric.smali"}}},"field-end":{"match":"^[\\s\\t]*(\\.end field)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"constant.language.smali"}}},"opcode-format-10t-20t-30t":{"match":"^[\\s\\t]*(goto(?:/16|/32)?) (:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"keyword.control"}}},"opcode-format-10t-20t-30t-relaxed":{"match":"^[\\s\\t]*(goto(?:/16|/32)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-10x":{"match":"^[\\s\\t]*(nop|return-void)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"}}},"opcode-format-10x-relaxed":{"match":"^[\\s\\t]*(nop|return-void)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-11n":{"match":"^[\\s\\t]*(const/4)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(?i:(-0x[0-8]|0x[0-7]))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-11n-relaxed":{"match":"^[\\s\\t]*(const/4)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-11x":{"match":"^[\\s\\t]*(move-(?:result(?:-wide|-object)?|exception)|return(?:-wide|-object)?|monitor-(?:enter|exit)|throw)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"}}},"opcode-format-11x-relaxed":{"match":"^[\\s\\t]*(move-(?:result(?:-wide|-object)?|exception)|return(?:-wide|-object)?|monitor-(?:enter|exit)|throw)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-12x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?|array-length|neg-(?:int|long|float|double)|not-(?:int|long)|int-to-(?:long|float|double|byte|char|short)|long-to-(?:int|float|double)|float-to-(?:int|long|double)|double-to-(?:int|long|float)|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)/2addr|(?:add|sub|mul|div|rem)-(?:float|double)/2addr)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-12x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?|array-length|neg-(?:int|long|float|double)|not-(?:int|long)|int-to-(?:long|float|double|byte|char|short)|long-to-(?:int|float|double)|float-to-(?:int|long|double)|double-to-(?:int|long|float)|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)/2addr|(?:add|sub|mul|div|rem)-(?:float|double)/2addr)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21c-field":{"match":"^[\\s\\t]*((?:sget|sput)(?:-wide|-object|-boolean|-byte|-char|-short)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e([\\p{L}\\p{N}_\\$][\\w\\$]*):[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"string.interpolated.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-21c-relaxed":{"match":"^[\\s\\t]*(const-string|const-class|check-cast|new-instance|(?:sget|sput)(?:-wide|-object|-boolean|-byte|-char|-short)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21c-string":{"match":"^[\\s\\t]*(const-string(?:/jumbo)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(\")(.*?)((?\u003c!\\\\)\")(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"entity.name.tag.smali"},"4":{"name":"string.quoted.double.smali"},"5":{"name":"entity.name.tag.smali"}}},"opcode-format-21c-type":{"match":"^[\\s\\t]*(const-class|check-cast|new-instance)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*[\\[]*(?:(?:(Z|B|S|C|I|J|F|D)|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"}}},"opcode-format-21h":{"match":"^[\\s\\t]*(const(?:-wide)?/high16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*((?i:-?0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)[0]{0,12}L?))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-21h-relaxed":{"match":"^[\\s\\t]*(const(?:-wide)?/high16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21s":{"match":"^[\\s\\t]*(const(?:-wide)?/16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)|0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3})))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-21s-relaxed":{"match":"^[\\s\\t]*(const(?:-wide)?/16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-21t":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le)z)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"keyword.control.smali"}}},"opcode-format-21t-relaxed":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le)z)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22b":{"match":"^[\\s\\t]*((?:add|rsub|mul|div|rem|and|or|xor|shl|shr|ushr)-int/lit8)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:[\\da-f]|[1-7][\\da-f]|80)|0x(?:[\\da-f]|[1-7][\\da-f])))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"}}},"opcode-format-22b-relaxed":{"match":"^[\\s\\t]*((?:add|rsub|mul|div|rem|and|or|xor|shl|shr|ushr)-int/lit8)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22c-field":{"match":"^[\\s\\t]*((?:iget|iput)(?:-wide|-object|-boolean|-byte|-char|-short)?)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e([\\p{L}\\p{N}_\\$][\\w\\$]*):[\\[]*(?:(Z|B|S|C|I|J|F|D|(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"string.interpolated.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"entity.name.tag.smali"}}},"opcode-format-22c-relaxed":{"match":"^[\\s\\t]*(instance-of|new-array|(?:iget|iput)(?:-wide|-object|-boolean|-byte|-char|-short)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22c-type":{"match":"^[\\s\\t]*(instance-of)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*[\\[]*(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-22c-type_array":{"match":"^[\\s\\t]*(new-array)[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-22s":{"match":"^[\\s\\t]*((?:(?:add|mul|div|rem|and|or|xor)-int/lit16)|rsub-int)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3}|8000)|0x(?:0|[1-9a-f][\\da-f]{0,2}|[1-7][\\da-f]{3})))\\b(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"}}},"opcode-format-22s-relaxed":{"match":"^[\\s\\t]*((?:(?:add|mul|div|rem|and|or|xor)-int/lit16)|rsub-int)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22t":{"match":"^[\\s\\t]*(if-(?:eq|ne|lt|ge|gt|le))[\\s\\t]+([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"keyword.control"}}},"opcode-format-22t-relaxed":{"match":"(if-(?:eq|ne|lt|ge|gt|le))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-22x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/from16)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-22x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/from16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-23x":{"match":"^[\\s\\t]*((?:cmpl|cmpg)-(?:float|double)|cmp-long|(?:aget|aput)(?:-wide|-object|-boolean|-byte|-char|-short)?|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)|(?:add|sub|mul|div|rem)-(?:float|double))[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"variable.parameter.smali"}}},"opcode-format-23x-relaxed":{"match":"^[\\s\\t]*((?:cmpl|cmpg)-(float|double)|cmp-long|(?:aget|aput)(?:-wide|-object|-boolean|-byte|-char|-short)?|(?:add|sub|mul|div|rem|and|or|xor|shl|shr|ushr)-(?:int|long)|(?:add|sub|mul|div|rem)-(?:float|double))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-31i":{"match":"^[\\s\\t]*(const(?:-wide/32)?)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:(-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-31i-relaxed":{"match":"^[\\s\\t]*(const(?:-wide/32)?)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-31t":{"match":"^[\\s\\t]*(fill-array-data|(?:packed|sparse)-switch)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(:[A-Za-z_\\d]+)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"keyword.control"}}},"opcode-format-31t-relaxed":{"match":"^[\\s\\t]*(fill-array-data|(?:packed|sparse)-switch)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-32x":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/16)[\\s\\t]+([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"}}},"opcode-format-32x-relaxed":{"match":"^[\\s\\t]*(move(?:-wide|-object)?/16)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-35c-meth":{"match":"^[\\s\\t]*(invoke-(?:virtual|super|direct|static|interface)) {[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?[\\s\\t]*},[\\s\\t]*[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\((?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))?(?:[\\[]*(Z|B|S|C|I|J|F|D)|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))?\\)(?:(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D))|(?:[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.function.smali"},"11":{"name":"constant.numeric.smali"},"12":{"name":"entity.name.tag.smali"},"13":{"name":"constant.numeric.smali"},"14":{"name":"entity.name.tag.smali"},"15":{"name":"constant.numeric.smali"},"16":{"name":"entity.name.tag.smali"},"17":{"name":"constant.numeric.smali"},"18":{"name":"entity.name.tag.smali"},"19":{"name":"constant.numeric.smali"},"2":{"name":"variable.parameter.smali"},"20":{"name":"entity.name.tag.smali"},"21":{"name":"constant.numeric.smali"},"22":{"name":"entity.name.tag.smali"},"23":{"name":"constant.numeric.smali"},"24":{"name":"entity.name.tag.smali"},"25":{"name":"constant.numeric.smali"},"26":{"name":"entity.name.tag.smali"},"27":{"name":"constant.numeric.smali"},"28":{"name":"entity.name.tag.smali"},"29":{"name":"constant.numeric.smali"},"3":{"name":"variable.parameter.smali"},"30":{"name":"entity.name.tag.smali"},"31":{"name":"constant.numeric.smali"},"32":{"name":"constant.numeric.smali"},"33":{"name":"entity.name.tag.smali"},"34":{"name":"constant.numeric.smali"},"35":{"name":"entity.name.tag.smali"},"4":{"name":"variable.parameter.smali"},"5":{"name":"variable.parameter.smali"},"6":{"name":"variable.parameter.smali"},"7":{"name":"entity.name.tag.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"entity.name.tag.smali"}}},"opcode-format-35c-relaxed":{"match":"^[\\s\\t]*(filled-new-array|invoke-(?:virtual|super|direct|static|interface))","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-35c-type":{"match":"^[\\s\\t]*(filled-new-array) {([vp](?:0|[1-9]|1[0-5])\\b),[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b)(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?(?:,[\\s\\t]*([vp](?:0|[1-9]|1[0-5])\\b))?},[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"entity.name.tag.smali"},"11":{"name":"constant.numeric.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"variable.parameter.smali"},"5":{"name":"variable.parameter.smali"},"6":{"name":"variable.parameter.smali"},"7":{"name":"constant.numeric.smali"},"8":{"name":"entity.name.tag.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-3rc-meth":{"match":"^[\\s\\t]*(invoke-(?:virtual|super|direct|static|interface)/range) {[\\s\\t]*([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b) \\.\\. ([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)[\\s\\t]*},[\\s\\t]*[\\[]*(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)-\u003e(\u003cinit\u003e|\u003cclinit\u003e|(?:[\\$\\p{L}_][\\p{L}\\d_\\$]*))\\(((?:[\\[]*(?:Z|B|S|C|I|J|F|D|L(?:[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*);))*)\\)(?:(V)|[\\[]*(Z|B|S|C|I|J|F|D)|[\\[]*(?:(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;)))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"10":{"name":"constant.numeric.smali"},"11":{"name":"entity.name.tag.smali"},"12":{"name":"constant.numeric.smali"},"13":{"name":"entity.name.tag.smali"},"14":{"name":"constant.numeric.smali"},"15":{"name":"entity.name.tag.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"entity.name.tag.smali"},"5":{"name":"constant.numeric.smali"},"6":{"name":"entity.name.tag.smali"},"7":{"name":"entity.name.function.smali"},"8":{"name":"constant.numeric.smali"},"9":{"name":"constant.numeric.smali"}}},"opcode-format-3rc-relaxed":{"match":"^[\\s\\t]*((?:filled-new-array|invoke-(?:virtual|super|direct|static|interface))/range)","captures":{"1":{"name":"invalid.illegal.smali"}}},"opcode-format-3rc-type":{"match":"^[\\s\\t]*(filled-new-array/range) {([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b) \\.\\. ([vp](?:0|[1-9][\\d]{0,3}|[1-5][\\d]{4}|6[0-4][\\d]{3}|65[0-4][\\d]{2}|655[0-2][\\d]|6553[0-5])\\b)},[\\s\\t]*[\\[]+(?:(Z|B|S|C|I|J|F|D)|(L)([\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*(?:/[\\p{L}\\p{N}_\\$][\\p{L}\\d_\\$]*)*)(;))(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"variable.parameter.smali"},"4":{"name":"constant.numeric.smali"},"5":{"name":"entity.name.tag.smali"},"6":{"name":"constant.numeric.smali"},"7":{"name":"entity.name.tag.smali"}}},"opcode-format-51l":{"match":"^[\\s\\t]*(const-wide)(?!/32)[\\s\\t]+([vp](?:0|[1-9][\\d]?|1[\\d]{2}|2[0-4][\\d]|25[0-5])\\b),[\\s\\t]*(?i:((?:-0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}|8[0]{7})|0x(?:0|[1-9a-f][\\da-f]{0,6}|[1-7][\\da-f]{7}))|(?:(?:-0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}|8[0]{15})|0x(?:0|[1-9a-f][\\da-f]{0,14}|[1-7][\\da-f]{15}))L))\\b)(?=[\\s\\t]*(#.*)?$)","captures":{"1":{"name":"support.function.smali"},"2":{"name":"variable.parameter.smali"},"3":{"name":"constant.numeric.smali"}}},"opcode-format-51l-relaxed":{"match":"^[\\s\\t]*(const-wide)(?!\\/32)","captures":{"1":{"name":"invalid.illegal.smali"}}}}}
@@ -1 +1 @@
1
- {"name":"Solidity","scopeName":"source.solidity","patterns":[{"name":"comment","match":"\\/\\/.*"},{"name":"comment","begin":"(\\/\\*)","end":"(\\*\\/)"},{"name":"keyword.control","match":"\\b(event|enum)\\s+([A-Za-z_]\\w*)\\b","captures":{"2":{"name":"support.function"}}},{"name":"keyword.control","match":"\\b(contract|interface|library|using|struct|function|constructor|modifier)(\\s+[A-Za-z_]\\w*)?(?:\\s+is\\s+((?:[A-Za-z_][\\,\\s]*)*))?\\b","captures":{"2":{"name":"entity.name.function"},"3":{"name":"entity.name.function"}}},{"match":"\\b(address\\s*payable|address|string|bytes?\\d*|int\\d*|uint\\d*|bool|u?fixed\\d+x\\d+)\\s*(?:\\[(\\d*)\\])?\\s*(?:\\[(\\d*)\\])?\\s*(?:(indexed|memory|storage|calldata|payable)?\\s*(\\b[A-Za-z_]\\w*)?\\s*)?(?=[,\\)])","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"},"4":{"name":"keyword.control"},"5":{"name":"variable.parameter"}}},{"match":"\\b(mapping)\\s*\\((.*)\\s+=\u003e\\s+(.*)\\)(\\s+(?:private|public|internal|external))?\\s+([A-Za-z_]\\w*)\\b","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.language"},"3":{"name":"constant.language"},"4":{"name":"keyword.control"}}},{"name":"constant.language","match":"\\b(true|false)\\b"},{"match":"\\b(address\\s*payable|address|string|bytes?\\d*|int\\d*|uint\\d*|bool|u?fixed\\d+x\\d+)(?:\\s*\\[(\\d*)\\])?(?:\\s*\\[(\\d*)\\])?\\s*(private|public|internal|external|constant|memory|storage)?\\s+(?:[A-Za-z_]\\w*)\\s*[\\;\\=]","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"},"4":{"name":"keyword.control"}}},{"name":"keyword.control","match":"\\b(var|import|constant|pragma|payable|storage|memory|calldata|if|else|for|while|do|break|continue|returns?|try|catch|private|public|pure|view|internal|external|virtual|override|abstract|this|suicide|selfdestruct|delegatecall|emit|new|is|throw|revert|assert|require|receive|fallback\\_)\\b"},{"match":"\\b([A-Za-z_]\\w*)\\s*\\:\\s*","captures":{"1":{"name":"variable.parameter"}}},{"name":"keyword.control","match":"(=|!|\u003e|\u003c|\\||\u0026|\\?|:|\\^|~|\\*|\\+|\\-|\\/|\\%|\\bhex\\b)"},{"match":"\\b(msg|block|tx|abi)\\.([A-Za-z_]\\w*)\\b","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.language"}}},{"match":"\\b(now|delete)\\b","captures":{"1":{"name":"constant.language"}}},{"match":"\\b(blockhash|gasleft|addmod|mulmod|keccak256|sha256|sha3|ripemd160|ecrecover)\\s*\\(","captures":{"1":{"name":"constant.language"}}},{"match":"\\b([A-Za-z_]\\w*)(?:\\[(\\d*)\\])?(?:\\[(\\d*)\\])?\\(","captures":{"1":{"name":"support.function"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"}}},{"match":"\\b\\.(length|selector)\\b","captures":{"1":{"name":"support.type"}}},{"match":"\\b(\\d+)\\s+(wei|finney|szabo|ether|seconds|minutes|hours|days|weeks|years)\\b","captures":{"1":{"name":"constant.numeric"},"2":{"name":"keyword.control"}}},{"name":"string.quoted","match":"([\\\"\\'].*?[\\\"\\'])"},{"match":"\\b(\\d+)(e\\d*)?\\b","captures":{"1":{"name":"constant.numeric"},"2":{"name":"constant.numeric"}}},{"name":"constant.numeric","match":"\\b(0[xX][a-fA-F0-9]+)\\b"}]}
1
+ {"name":"Solidity","scopeName":"source.solidity","patterns":[{"name":"comment","match":"\\/\\/.*"},{"name":"comment","begin":"(\\/\\*)","end":"(\\*\\/)"},{"name":"keyword","match":"\\b(event|enum)\\s+([A-Za-z_]\\w*)\\b","captures":{"2":{"name":"entity.name.function"}}},{"name":"keyword","match":"\\b(contract|interface|library)\\s+([A-Za-z_]\\w*)(?:\\s+(is)\\s+((?:[A-Za-z_]\\w*\\,?\\s*)*))?\\b","captures":{"1":{"name":"keyword"},"2":{"name":"entity.name.function"},"3":{"name":"keyword"},"4":{"name":"entity.name.function"}}},{"name":"keyword","match":"\\b(constructor|error|using|struct|type|modifier|fallback)(\\s+[A-Za-z_]\\w*)?\\b","captures":{"2":{"name":"entity.name.function"}}},{"name":"keyword","match":"\\b(function)(\\s+[A-Za-z_]\\w*)?\\b","captures":{"2":{"name":"entity.name.function"}}},{"match":"\\.(length|selector)\\b","captures":{"1":{"name":"support.type"}}},{"name":"markup.italic","match":"\\bthis\\b"},{"name":"markup.italic","match":"\\bsuper\\b"},{"match":"\\b(address(?:\\s+payable)?|string|bytes?\\d*|int\\d*|uint\\d*|bool|u?fixed\\d+x\\d+)\\s*(?:\\[(\\d*)\\])?\\s*(?:\\[(\\d*)\\])?\\s*(?:(indexed|memory|storage|calldata|payable|immutable)?\\s*(\\b[A-Za-z_]\\w*)?\\s*)?(?=[,\\)\\n])","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"},"4":{"name":"keyword"},"5":{"name":"variable.parameter"}}},{"match":"\\b(?:(indexed|memory|storage|calldata|payable|immutable)\\s*(\\b[A-Za-z_]\\w*)?\\s*)(?=[,\\)\\n])","captures":{"1":{"name":"keyword"},"2":{"name":"variable.parameter"}}},{"name":"constant.language","match":"\\b(true|false)\\b"},{"match":"\\b(address|payable|string|bytes?\\d*|int\\d*|uint\\d*|bool|u?fixed\\d+x\\d+)\\b(?:(?:\\s*\\[(\\d*)\\])?(?:\\s*\\[(\\d*)\\])?(?:\\s*\\[(\\d*)\\])?\\s*((?:private\\s|public\\s|internal\\s|external\\s|constant\\s|immutable\\s|memory\\s|storage\\s)*)\\s*(?:[A-Za-z_]\\w*)\\s*(\\=))?","captures":{"1":{"name":"constant.language"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"},"4":{"name":"constant.numeric"},"5":{"name":"keyword"},"6":{"name":"keyword"}}},{"match":"\\b(import).*?(from)\\b","captures":{"1":{"name":"keyword"},"2":{"name":"keyword"}}},{"name":"keyword","match":"\\b(import)\\b"},{"name":"keyword","match":"\\b(var|solidity|constant|pragma experimental|pragma|mapping|payable|storage|memory|calldata|if|else|for|while|do|break|continue|returns?|try|catch|private|public|pure|view|internal|immutable|external|virtual|override|abstract|suicide|emit|new|is|throw|revert|assert|require|receive|delete)\\b"},{"name":"keyword.operator","match":"(=|:=|!|\u003e|\u003c|\\||\u0026|\\?|\\^|~|\\*|\\+|\\-|\\/|\\%|\\bhex\\b|\\bunicode\\b)"},{"name":"support.type","match":"\\bnow\\b"},{"name":"keyword","match":"\\b_;"},{"match":"\\b(msg|block|tx)\\.([A-Za-z_]\\w*)\\b","captures":{"1":{"name":"support.type"},"2":{"name":"support.type"}}},{"name":"markup.italic","match":"\\b(abi)\\.([A-Za-z_]\\w*)\\b"},{"match":"\\b(blockhash|gasleft|addmod|mulmod|keccak256|sha256|sha3|ripemd160|ecrecover)\\s*\\(","captures":{"1":{"name":"markup.italic"}}},{"match":"\\b(call|delegatecall|staticcall|selfdestruct)\\s*\\(","captures":{"1":{"name":"markup.italic"}}},{"match":"\\b([A-Za-z_]\\w*)(?:\\[(\\d*)\\])?(?:\\[(\\d*)\\])?\\(","captures":{"1":{"name":"entity.name.function"},"2":{"name":"constant.numeric"},"3":{"name":"constant.numeric"}}},{"match":"\\b(wei|gwei|ether|seconds|minutes|hours|days|weeks)\\b","captures":{"1":{"name":"support.type"}}},{"name":"keyword","match":"\\banonymous\\b"},{"name":"keyword","match":"\\bunchecked\\b"},{"name":"keyword","match":"\\b(assembly|switch|let|case|default)\\b"},{"name":"string.quoted","match":"([\\\"].*?[\\\"])"},{"name":"string.quoted","match":"([\\'].*?[\\'])"},{"name":"constant.numeric","match":"\\b(?:[+-]?\\.?\\d[\\d_eE]*)(?:\\.\\d+[\\deE]*)?\\b"},{"name":"constant.numeric","match":"\\b(0[xX][a-fA-F0-9]+)\\b"}]}
@@ -0,0 +1 @@
1
+ {"name":"Protocol Buffer Text Format","scopeName":"source.textproto","patterns":[{"include":"#comments"},{"include":"#string-single"},{"include":"#string-double"},{"include":"#key"},{"include":"#optional-key"},{"include":"#field"}],"repository":{"array":{"name":"meta.structure.array.textproto","begin":"\\[","end":"\\]","patterns":[{"include":"#comments"},{"include":"#value"},{"name":"punctuation.separator.array.textproto","match":","},{"name":"invalid.illegal.expected-array-separator.textproto","match":"[^\\s\\]]"}],"beginCaptures":{"0":{"name":"punctuation.definition.array.begin.textproto"}},"endCaptures":{"0":{"name":"punctuation.definition.array.end.textproto"}}},"comments":{"begin":"(^\\s+)?(?=#)","end":"(?!\\G)","patterns":[{"name":"comment.line.number-sign.textproto","begin":"#","end":"$","beginCaptures":{"0":{"name":"punctuation.definition.comment.textproto"}}}],"beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.textproto"}},"endCaptures":{"1":{"name":"punctuation.whitespace.comment.trailing.textproto"}}},"constant":{"patterns":[{"name":"constant.language.textproto","match":"\\b(?:true|false|null|Infinity|NaN)\\b"},{"name":"variable.other.readonly.textproto","match":"\\b[A-Z]+[A-Z0-9]*(?:_[A-Z0-9]+)*\\b"}]},"field":{"name":"support.type.property-name.textproto","begin":"\\[?[a-zA-Z0-9_\\.-]+\\]?(:)","end":"\\n","patterns":[{"include":"#value"}],"beginCaptures":{"0":{"name":"variable.textproto meta.structure.dictionary.value.textproto"},"1":{"name":"punctuation.separator.dictionary.key-value.textproto"}}},"heredoc":{"name":"string.unquoted.heredoc.no-indent.textproto","begin":"(\u003c\u003c)\\s*([_a-zA-Z]+)\\s*$","end":"^\\s*(\\2)\\s*$","beginCaptures":{"1":{"name":"keyword.operator.heredoc.textproto"},"2":{"name":"keyword.control.heredoc-token.textproto"}},"endCaptures":{"1":{"name":"keyword.control.heredoc-token.textproto"}}},"infinity":{"name":"constant.language.textproto","match":"(-)*\\b(?:Infinity|NaN)\\b"},"key":{"name":"support.type.property-name.textproto","begin":"[a-zA-Z0-9_\\.-]+(\\s+)","end":"\\n","patterns":[{"include":"#value"}],"beginCaptures":{"0":{"name":"entity.name.textproto meta.structure.dictionary.value.textproto"},"1":{"name":"punctuation.separator.dictionary.key-value.textproto"}}},"number":{"patterns":[{"name":"constant.numeric.hex.textproto","match":"(0x)[0-9a-fA-f]*"},{"name":"constant.numeric.textproto","match":"[+-.]?(?=[1-9]|0(?!\\d))\\d+(\\.\\d+)?([eE][+-]?\\d+)?"}]},"object":{"name":"meta.structure.dictionary.textproto","begin":"\\{","end":"\\}","patterns":[{"include":"#comments"},{"include":"#string-single"},{"include":"#string-double"},{"include":"#key"},{"include":"#optional-key"},{"include":"#field"}],"beginCaptures":{"0":{"name":"punctuation.definition.dictionary.begin.textproto"}},"endCaptures":{"0":{"name":"punctuation.definition.dictionary.end.textproto"}}},"optional-key":{"name":"support.type.property-name.textproto","begin":"\\[[a-zA-Z0-9_\\.-]+\\](\\s+)","end":"\\n","patterns":[{"include":"#value"}],"beginCaptures":{"0":{"name":"entity.name.textproto meta.structure.dictionary.value.textproto"},"1":{"name":"punctuation.separator.dictionary.key-value.textproto"}}},"string-double":{"name":"string.quoted.double.textproto","begin":"\"","end":"\"","patterns":[{"name":"constant.character.escape.textproto","match":"(?x:\\\\(?:[\"\\\\/bfnrt]|u[0-9a-fA-F]{4}))"},{"name":"invalid.illegal.unrecognized-string-escape.textproto","match":"\\\\."}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.textproto"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.textproto"}}},"string-single":{"name":"string.quoted.single.textproto","begin":"'","end":"'","patterns":[{"name":"constant.character.escape.textproto","match":"(?x:\\\\(?:[\\'\\\\/bfnrt]|u[0-9a-fA-F]{4}))"},{"name":"invalid.illegal.unrecognized-string-escape.textproto","match":"\\\\."}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.textproto"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.textproto"}}},"value":{"patterns":[{"include":"#constant"},{"include":"#infinity"},{"include":"#number"},{"include":"#string-double"},{"include":"#string-single"},{"include":"#heredoc"},{"include":"#array"},{"include":"#object"}]}}}