Skip to content

Commit

Permalink
Merge pull request #3049 from cyqsimon/kubernetes
Browse files Browse the repository at this point in the history
Add syntax mapping for kubernetes config files
  • Loading branch information
keith-hall authored Oct 21, 2024
2 parents eca6b8a + c11a7d9 commit 937c59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
- Associate Wireguard config `/etc/wireguard/*.conf`, see #2874 (@cyqsimon)
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
- Map `*.mkd` files to `Markdown` syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)
- Add syntax mapping for kubernetes config files #3049 (@cyqsimon)

## Themes

Expand Down
2 changes: 2 additions & 0 deletions src/syntax_mapping/builtins/linux/50-kubernetes.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[mappings]
"YAML" = ["/etc/kubernetes/*.conf"]

0 comments on commit 937c59f

Please sign in to comment.