Skip to content

Commit

Permalink
fixes #69
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettotte committed Feb 28, 2021
1 parent f7596ee commit 85bf004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/rpgle.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@
},
{
"name": "keyword.other.rpgle",
"match": ":|\\.|\\,|\\*{1,2}(=)?|=|<>|((<|>|\\+|\\-|\\/)(=)?)|((\\b(?i)(TO|BY|DOWNTO|AND|OR|NOT)\\b))"
"match": ":|\\.|\\,|\\*{1,2}(=)?|=|<>|((<|>|\\+|\\-|\\/)(=)?)|((\\b(?i)(TO|BY|DOWNTO|AND|IN|OR|NOT)\\b))"
},
{
"name": "keyword.other.rpgle.bif",
Expand Down

0 comments on commit 85bf004

Please sign in to comment.