Constant JAVA_INJECTIONS
Source pub const JAVA_INJECTIONS: &str = "(([(block_comment)(line_comment)]@injection.content (#set! injection.language \"comment\"))@injection.content (#set! injection.language \"markup.raw\"))((block_comment)@injection.content (#match? @injection.content \"\\\\/[\\\\*][\\\\*][[ \\\\t\\\\n\\\\v\\\\f\\\\r]]\")(#set! injection.language \"javadoc\"))((line_comment)@injection.content (#match? @injection.content \"^\\\\/\\\\/\\\\/[ \\\\t\\\\n\\\\v\\\\f\\\\r]\")(#set! injection.language \"javadoc\"))((method_invocation name: (identifier)@_method arguments: (argument_list . (string_literal . (_)@injection.content)))(#match? @_method \"^(format|printf)$\")(#set! injection.language \"printf\"))((method_invocation object: (string_literal (string_fragment)@injection.content)name: (identifier)@_method)(#eq? @_method \"formatted\")(#set! injection.language \"printf\"))";