Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrhoyt committed Jan 25, 2016
1 parent ea7f3ea commit a4e96b8
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,27 @@ This is what the output would look like:
![](custom-rule.png)
You can define as many `custom_rules`
By default, custom rules will match against all syntax kinds. You can filter
the matches by providing one or more `match_kinds`:

* argument
* attribute.builtin
* attribute.id
* buildconfig.id
* buildconfig.keyword
* comment
* comment.mark
* comment.url
* doccomment
* doccomment.field
* identifier
* keyword
* number
* objectliteral
* parameter
* placeholder
* string_interpolation_anchor
* typeidentifier

#### Nested Configurations

Expand Down

0 comments on commit a4e96b8

Please sign in to comment.