Skip to content

Commit

Permalink
Add datadog parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
岩崎雄三 authored and 岩崎雄三 committed Dec 16, 2023
1 parent 5554050 commit 2e584c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion syntax/fluentd.vim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Fluentd configuration
" Maintainer: Yuzo Iwasaki <[email protected]>
" Last Change: May 31, 2020
" Last Change: December 16, 2023

if exists("b:current_syntax")
finish
Expand All @@ -18,6 +18,7 @@ syn keyword CommonPluginParameter format format_firstline format1
syn keyword CommonPluginParameter s3_bucket s3_region s3_object_key_format store_as
syn keyword CommonPluginParameter timekey timekey_wait include_time_key
syn keyword CommonPluginParameter region log_group_name auto_create_stream use_tag_as_stream
syn keyword CommonPluginParameter api_key include_tag service dd_source dd_tags

hi link FluentdComment Comment
hi link FluentdDirective Define
Expand Down

0 comments on commit 2e584c6

Please sign in to comment.