Skip to content

Commit 50fa25d

Browse files
authored
Merge pull request #2961 from cyqsimon/pacman-conf
Add syntax mapping for `/etc/pacman.conf`
2 parents ce7a3d9 + bd3c49d commit 50fa25d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- Add support for [CFML](https://www.adobe.com/products/coldfusion-family.html), see #3031 (@brenton-at-pieces)
6565
- Map `*.mkd` files to `Markdown` syntax, see issue #3060 and PR #3061 (@einfachIrgendwer0815)
6666
- Add syntax mapping for kubernetes config files #3049 (@cyqsimon)
67+
- Add syntax mapping for `/etc/pacman.conf` #2961 (@cyqsimon)
6768

6869
## Themes
6970

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
[mappings]
2-
# pacman hooks
3-
"INI" = ["/usr/share/libalpm/hooks/*.hook", "/etc/pacman.d/hooks/*.hook"]
2+
"INI" = [
3+
# config
4+
"/etc/pacman.conf",
5+
# hooks
6+
"/usr/share/libalpm/hooks/*.hook",
7+
"/etc/pacman.d/hooks/*.hook",
8+
]

0 commit comments

Comments
 (0)