summaryrefslogtreecommitdiffhomepage
path: root/src/srp/gsp/index.gsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/srp/gsp/index.gsp')
-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:
}