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/r | |
| parent | Highlights(python): Add `@keyword.function` (diff) | |
| download | nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.gz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.bz2 nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.lz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.xz nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.tar.zst nvim-treesitter-820b4a9c211a49c878ce3f19ed5c349509e7988f.zip | |
Use `@keyword.function` consistently
Diffstat (limited to 'queries/r')
| -rwxr-xr-x | queries/r/highlights.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/queries/r/highlights.scm b/queries/r/highlights.scm index cae023896..bdcfa4c68 100755 --- a/queries/r/highlights.scm +++ b/queries/r/highlights.scm @@ -70,7 +70,6 @@ "while" "if" "else" - "function" "repeat" "for" "in" @@ -84,3 +83,6 @@ (na) (null) ] @keyword + + +"function" @keyword.function |
