Merge remote-tracking branch 'greenfork/add-dart-highlighting-for-private-classes'
This commit is contained in:
commit
27902fa05f
|
@ -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 '|' ' '
|
||||
|
|
Loading…
Reference in New Issue
Block a user