just-lsp 0.4.5

A language server for just
Documentation
1
2
3
4
5
6
7
8
use super::*;

#[derive(Debug, PartialEq, Eq)]
pub struct FunctionCall {
  pub arguments: Vec<TextNode>,
  pub name: TextNode,
  pub range: lsp::Range,
}