Skip to content

Commit 7a4bd7b

Browse files
authored
Merge pull request #125 from zjhmale/update-ipkg-keyword
add tests ipkg keyword
2 parents b7da2a5 + 89102f9 commit 7a4bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/language-ipkg.cson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ patterns:
55
[
66
{
77
name: 'keyword.control.ipkg'
8-
match: '\\b(package|opts|modules|sourcedir|makefile|objs|executable|main|libs|pkgs)\\b'
8+
match: '\\b(package|opts|modules|sourcedir|makefile|objs|executable|main|libs|pkgs|tests)\\b'
99
}
1010
{
1111
name: 'string.quoted.double.ipkg'

0 commit comments

Comments
 (0)