From 1727f63976614da8180669a52cb849bf8b4ce635 Mon Sep 17 00:00:00 2001 From: dundargoc Date: Wed, 29 Mar 2023 23:47:49 +0200 Subject: [PATCH] docs: fix typos --- queries/gdscript/highlights.scm | 2 +- queries/r/highlights.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/queries/gdscript/highlights.scm b/queries/gdscript/highlights.scm index c6c6dae13..a6581bb97 100644 --- a/queries/gdscript/highlights.scm +++ b/queries/gdscript/highlights.scm @@ -177,7 +177,7 @@ ; some from: ; - https://github.com/godotengine/godot-vscode-plugin/blob/0636797c22bf1e23a41fd24d55cdb9be62e0c992/syntaxes/GDScript.tmLanguage.json -;; Bulitin Annotations +;; Built-in Annotations ((annotation "@" @attribute (identifier) @attribute) (#any-of? @attribute diff --git a/queries/r/highlights.scm b/queries/r/highlights.scm index c65d766bf..ba5835c11 100755 --- a/queries/r/highlights.scm +++ b/queries/r/highlights.scm @@ -127,7 +127,7 @@ "function" @keyword.function -; Functions/Methos +; Functions/Methods (call function: (identifier) @function.call)