summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-07-13 23:31:49 -0700
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-07-14 11:24:20 +0000
commit1a1d406b2984c7a99925d593509d2ece4cfaaf0c (patch)
tree38926b2658639a3af27da830eb6d2b766dc5d34c
parent452af6eb8fb5b2f8345a5029a4c295fda171d617 (diff)
downloadgtksourceview-1a1d406b2984c7a99925d593509d2ece4cfaaf0c.tar.gz
cuda.lang: fix style-ref for kernel-call
This was mapping to latex:display-math, but since that isn't loaded by time this is accessed, it doesn't exist to be referenced. Some effort may be needed to handle these more robustly in the future.
-rw-r--r--data/language-specs/cuda.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/language-specs/cuda.lang b/data/language-specs/cuda.lang
index 88c95e0a..b74d1313 100644
--- a/data/language-specs/cuda.lang
+++ b/data/language-specs/cuda.lang
@@ -84,7 +84,7 @@
<keyword>threadIdx</keyword>
</context>
- <context id="kernel-call" style-ref="latex:display-math">
+ <context id="kernel-call" style-ref="def:string">
<start>&lt;&lt;&lt;</start>
<end>&gt;&gt;&gt;</end>
</context>