How to get bat to highlight your justfiles.
From https://hynek.me/til/bat-justfile/
In the form of a justfile rule:
mkdir -p "$(bat --config-dir)/syntaxes"
cd "$(bat --config-dir)/syntaxes"
git clone https://github.com/nk9/just_sublime.git| # Justfile for https://github.com/uber/h3/pull/1042 | |
| _default: | |
| @just --list | |
| purge: | |
| rm -rf build | |
| build: | |
| -mkdir build |
| import h3 | |
| import geopandas | |
| import pandas as pd | |
| import matplotlib.pyplot as plt | |
| import contextily as cx | |
| h = '8c196938064c5ff' | |
| # convert to h3.LatLngPoly, which is compatible with |
How to get bat to highlight your justfiles.
From https://hynek.me/til/bat-justfile/
In the form of a justfile rule:
mkdir -p "$(bat --config-dir)/syntaxes"
cd "$(bat --config-dir)/syntaxes"
git clone https://github.com/nk9/just_sublime.git