Skip to content

Commit a1b01fc

Browse files
committed
Add support for splat operators
1 parent 63bbb75 commit a1b01fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/hcl.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if exists('b:current_syntax')
88
finish
99
end
1010

11-
syn match hclVariable /\<[A-Za-z0-9_.\[\]]\+\>/ contained
11+
syn match hclVariable /\<[A-Za-z0-9_.\[\]*]\+\>/ contained
1212

1313
syn match hclParenthesis /(/
1414
syn match hclFunction /\w\+(/ contains=hclParenthesis

0 commit comments

Comments
 (0)