diff options
| author | Maxime Coste <mawww@kakoune.org> | 2019-06-19 23:01:56 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2019-06-19 23:01:56 +1000 |
| commit | 27902fa05fc34ea7d544188ae60ddd800cdaa040 (patch) | |
| tree | 0d481d594eb44a106e03903a7158baccf34a5abd | |
| parent | 791dafbc97796ded1e535b4e7532ff7ebe232fae (diff) | |
| parent | aaa078f7c3fe3a50ca6cfa8deb1c8cf96b9e808a (diff) | |
Merge remote-tracking branch 'greenfork/add-dart-highlighting-for-private-classes'
| -rw-r--r-- | rc/filetype/dart.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/filetype/dart.kak b/rc/filetype/dart.kak index c98f615b..0c5913d9 100644 --- a/rc/filetype/dart.kak +++ b/rc/filetype/dart.kak @@ -60,7 +60,7 @@ evaluate-commands %sh{ annotations="@[a-zA-Z]+" functions="(_?[a-z][a-zA-Z0-9]*)(\(|\w+=>)" - classes="[A-Z][a-zA-Z0-9]*" + classes="_?[A-Z][a-zA-Z0-9]*" # Add the language's grammar to the static completion list printf %s\\n "declare-option str-list dart_static_words ${keywords} ${attributes} ${types} ${values}" | tr '|' ' ' |
