mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-28 01:40:19 +09:00
* Add syntax highlighting for PRQL Adds a syntax highlighting mode for the PRQL query language. PRQL is a modern language for transforming data — a simple, powerful, pipelined SQL replacement. https://prql-lang.org/ https://github.com/PRQL/prql * Update runtime/syntax/prql.yaml Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com> * Update runtime/syntax/prql.yaml Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com> * Update runtime/syntax/prql.yaml Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com> * Update runtime/syntax/prql.yaml Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com> * Update prql.yaml * Update prql.yaml --------- Co-authored-by: Mikko <Andriamanitra@users.noreply.github.com>
Runtime files for Micro
This directory will be embedded in the Go binary for portability, but it may just as well be put in ~/.config/micro. If you would like to make your own colorschemes
and syntax files, you can put them in ~/.config/micro/colorschemes and ~/.config/micro/syntax respectively.