ELIXIR

Constant ELIXIR 

Source
pub const ELIXIR: &str = r#"
    (call
      target: (identifier) @keyword
      (arguments
        (call
          target: (identifier) @name)))

    (call
      target: (identifier) @keyword
      (arguments
        (identifier) @name))

    (call
      target: (identifier) @keyword
      (arguments
        (alias) @name))
"#;
Expand description

Elixir symbol extraction query