summaryrefslogtreecommitdiff
path: root/ftdetect/githubaction.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect/githubaction.lua')
-rw-r--r--ftdetect/githubaction.lua7
1 files changed, 0 insertions, 7 deletions
diff --git a/ftdetect/githubaction.lua b/ftdetect/githubaction.lua
deleted file mode 100644
index a6e11cf..0000000
--- a/ftdetect/githubaction.lua
+++ /dev/null
@@ -1,7 +0,0 @@
--- this allows `actionlint` to only yaml files that are actions
-vim.filetype.add({
- pattern = {
- [".*/.github/workflows/.*%.yml"] = "yaml.githubaction",
- [".*/.github/workflows/.*%.yaml"] = "yaml.githubaction",
- },
-})