-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
岩崎雄三
authored and
岩崎雄三
committed
Dec 16, 2023
1 parent
5554050
commit 2e584c6
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|