Skip to content

v1.0.0 : Support of main PromQL syntax elements

Choose a tag to compare

@celian-garcia celian-garcia released this 01 May 09:36
· 344 commits to master since this release
  • Continuous deployment with azure pipelines.
  • Numbers tokenization : considered as number (taken from cpp language).
  • Labels tokenization : considered as tag.
  • Strings tokenization : considered as string.
  • Keywords tokenization : all considered as type.
  • Created all PromQL keywords & operators :
  • Created two exported objects : conf: IRichLanguageConfiguration & language: ILanguage.
  • Created the repository (cloned from monaco-languages).