summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-10-28 15:00:44 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-10-28 15:00:44 +0200
commit4bba28809829e25eedf980d5cb5a58e95481c495 (patch)
treeb965101c3a8aa2e3a0e5cbb462bb3fe4d6828cfe
parente95277dd43c7218b8b8613d2780552ce88c494b4 (diff)
Capitalize ‘scheme’
-rw-r--r--src/srp/gsp/index.gsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/srp/gsp/index.gsp b/src/srp/gsp/index.gsp
index e33921e..1c92235 100644
--- a/src/srp/gsp/index.gsp
+++ b/src/srp/gsp/index.gsp
@@ -253,7 +253,7 @@ html lang="en" {
can create a syntax tree that our editor can take advantage of, but our
editor still doesn’t know what each node actually @em{-is} so that it
can be syntax highlighted properly. Tree Sitter solves this through a
- query file written in scheme where we can describe how to syntax
+ query file written in Scheme where we can describe how to syntax
highlight our m4_abbr(AST). This is what the configuration for
m4_abbr(GSP) looks like:
}