Skip to content

Commit 41ccdb1

Browse files
authored
Merge pull request #429 from ZimbiX/patch-1
Fix type of file_extensions property in Cargo syntax YAML
2 parents b932189 + 9e0c3fe commit 41ccdb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.sublime-syntax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
---
33
# http://www.sublimetext.com/docs/3/syntax.html
44
name: Cargo Build Results
5-
file_extensions: rs
5+
file_extensions:
6+
- rs
67
scope: source.build_results
78

89
variables:

0 commit comments

Comments
 (0)