You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Massive keywords update, added configurable ansible_extra_special_keywords syntax group (pearofducks#121)
* remove deprecated only_if keyword
* rename ansible_with_keywords to ansible_loop_keywords
* moved all loop keywords to the ansible_loop_keywords
* add ansible_with_keywords_highlight support for backward compatibility
* added almost all Ansible keywords
* added optional ansible_extra_keywords_highlight_group variable to configure ansible_extra_special_keywords syntax group
* default systax group for ansible_extra_special_keywords changed to Structure
* updated the README file to reflect all changes made
Copy file name to clipboardexpand all lines: README.md
+15-8
Original file line number
Diff line number
Diff line change
@@ -97,27 +97,34 @@ Available flags (this feature is off by default):
97
97
98
98
*Note:* This option is enabled when set, and disabled when not set.
99
99
100
-
Highlight the following additional keywords: `debugger register always_run changed_when failed_when no_log args vars vars_prompt delegate_to ignore_errors roles tags`
100
+
Highlight the following additional keywords: `become become_exe become_flags become_method become_user become_pass prompt_l10n debugger always_run check_mode diff no_log args tags force_handlers vars vars_files vars_prompt delegate_facts delegate_to any_errors_fatal ignore_errors ignore_unreachable max_fail_percentage connection hosts port remote_user module_defaults environment fact_path gather_facts gather_subset gather_timeout async poll throttle timeout order run_once serial strategy`.
101
101
102
-
By default we only highlight: `include include_tasks import_tasks include_role import_role import_playbook until retries delay when only_if become become_user become_method become_flags become_pass become_exe block rescue always notify listen`.
102
+
By default we only highlight: `include include_role include_tasks include_vars import_role import_playbook import_tasks when changed_when failed_when block rescue always notify listen register action local_action post_tasks pre_tasks tasks handlers roles collections` and loop keywords `with_.+`, `loop`, `loop_control`, `until`, `retries`, `delay`.
Accepts any syntax group name from `:help E669` - e.g. _Comment_, _Constant_, and _Identifier_
114
+
Accepts any syntax group name from `:help E669` - e.g. _Comment_, _Constant_, _Identifier_
108
115
109
116
*Note:* Defaults to 'Statement' when not set.
110
117
111
-
This option change the highlight of the following common keywords: `include include_tasks import_tasks include_role import_role import_playbook until retries delay when only_if become become_user become_method become_flag become_pass become_exe block rescue always notify listen`.
118
+
This option change the highlight of the following common keywords: `include include_role include_tasks include_vars import_role import_playbook import_tasks when changed_when failed_when block rescue always notify listen register action local_action post_tasks pre_tasks tasks handlers roles collections`.
0 commit comments