fix: add missing quote breaking highlighting

This commit is contained in:
Harsh Shandilya 2022-12-08 11:25:48 +05:30
parent 7cbff3c49e
commit bb6523d7da
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Gradle's [convention plugins] are a powerful feature that allow creating simple,
>
> ```groovy
> plugins {
> id("com.android.library)
> id("com.android.library")
> }
>
> android {