diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f36a38..358926f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ - Map several Google Cloud CLI config files to their appropriate syntax #3635 (@victor-gp) - Map all ignore dotfiles to Git Ignore syntax #3636 (@victor-gp) - Improved Kotlin syntax, see #3699 (@guille) +- Add Ghostty syntax mapping, see #3759 (@injust) ## Themes diff --git a/src/syntax_mapping/builtins/unix-family/50-ghostty.toml b/src/syntax_mapping/builtins/unix-family/50-ghostty.toml new file mode 100644 index 00000000..71804e4b --- /dev/null +++ b/src/syntax_mapping/builtins/unix-family/50-ghostty.toml @@ -0,0 +1,2 @@ +[mappings] +"INI" = ["**/ghostty/**/*.ghostty", "**/ghostty/themes/*"]