diff options
| author | Sergio Alejandro Vargas <savargasqu+git@unal.edu.co> | 2021-07-05 15:04:42 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.lauf@yahoo.de> | 2021-07-06 00:53:40 +0200 |
| commit | 820b4a9c211a49c878ce3f19ed5c349509e7988f (patch) | |
| tree | aacc70f49ddb660c55f17cdbbe5ad46aa68db050 /queries/bash | |
| parent | 017760113a2c1276245e414b3f4fe4fb183c7ef0 (diff) | |
Use `@keyword.function` consistently
Diffstat (limited to 'queries/bash')
| -rw-r--r-- | queries/bash/highlights.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queries/bash/highlights.scm b/queries/bash/highlights.scm index 2c23efc3..54622848 100644 --- a/queries/bash/highlights.scm +++ b/queries/bash/highlights.scm @@ -66,9 +66,10 @@ "local" "readonly" "unset" - "function" ] @keyword +"function" @keyword.function + (special_variable_name) @constant ((word) @constant.builtin |
