fix: add missing quote breaking highlighting

This commit is contained in:
Harsh Shandilya 2022-12-08 11:25:48 +05:30
parent 7f46f966df
commit 831c324442
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 {