Skip to content

Commit 797ab1e

Browse files
committed
Merge pull request neilhwatson#18 from nickanderson/3.5_additons
Add new useresult and bundle_return_value_index attributes
2 parents dba2489 + 69e76db commit 797ab1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntax/cf3.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ syn keyword cf3ControlAttr ignore_missing_bundles ignore_missing_inputs inputs c
143143
syn keyword cf3ControlAttr version lastseenexpireafter output_prefix domain contained
144144
syn keyword cf3ControlAttr require_comments host_licenses_paid site_classes contained
145145
syn keyword cf3ControlAttr syslog_host syslog_port fips_mode contained
146-
syn keyword cf3MethodAttr usebundle inherit contained
146+
syn keyword cf3MethodAttr usebundle useresult inherit contained
147147
syn keyword cf3CommonAttr action classes ifvarclass handle depends_on comment policy contained
148148
syn keyword cf3ClassesAttr or and xor dist expression not select_class contained
149149
syn keyword cf3CommandsAttr args contain module contained
@@ -171,6 +171,7 @@ syn keyword cf3MeasurementsAttr stream_type data_type history_type contained
171171
syn keyword cf3MeasurementsAttr units match_value contained
172172
syn keyword cf3ReportsAttr friend_pattern intermittency lastseen contained
173173
syn keyword cf3ReportsAttr printfile report_to_file showstate contained
174+
syn keyword cf3ReportsAttr bundle_return_value_index contained
174175

175176
" Bodies
176177
syn keyword cf3EditLineAttr replace_with edit_field whitespace_policy location contained

0 commit comments

Comments
 (0)