giallo-kak 0.2.2

Kakoune syntax highlighter using TextMate grammars
# giallo.kak config example

# Default theme when buffer doesn't set giallo_theme
# theme = "catppuccin-frappe"

# Path to directory containing custom TextMate grammars (.json/.plist files)
# Grammars are loaded dynamically on startup - no rebuild required!
# grammars_path = "~/.config/giallo.kak/grammars"

# Path to directory containing custom themes (.json files)
# Themes are loaded dynamically on startup - no rebuild required!
# themes_path = "~/.config/giallo.kak/themes"

# Map Kakoune filetypes to giallo language IDs
# Useful when filetype doesn't match the grammar ID
# [language_map]
# javascript = "javascript"
# typescript = "typescript"
# rust = "rust"
# sh = "shellscript"
# tf = "terraform"