Skip to content

Commit

Permalink
Support dependabot files
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed May 31, 2024
1 parent c7d6eaa commit 67ea2c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

<img src=".github/logo.png" alt="Logo" align="right" width="128"/>

<!-- panvimdoc-ignore-end -->

# nvimcord

<!-- panvimdoc-ignore-end -->

A Discord Rich Presence plugin for Neovim written in Lua.

## Installation
Expand Down
1 change: 1 addition & 0 deletions lua/nvimcord/filetypes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ M.pattern = {
['^CONTRIBUTING%.md'] = ft('contributor guidelines', 'collab'),
['^pubspec%.yaml$'] = ft('Dart pubspec', 'dart'),
['^pubspec%.lock$'] = ft('Dart pubspec', 'dart'),
['^dependabot%.ya?ml$'] = ft('Dependabot', 'dependabot'),
['%.desktop$'] = ft('Desktop entry', 'freedesktop'),
['docker%-compose.*%.ya?ml$'] = ft('Docker Compose', 'docker'),
['^%.dockerignore$'] = ft('Docker ignore', 'docker'),
Expand Down

0 comments on commit 67ea2c5

Please sign in to comment.