summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Wilmet <swilmet@informatique-libre.be>2022-07-29 07:45:04 +0200
committerSébastien Wilmet <swilmet@informatique-libre.be>2022-07-29 07:45:04 +0200
commitd0be0c42480452dd12ff8c3961c9dc3b5e3a8849 (patch)
tree44ccea178078a0f5ac46ba64efe4d47208ac5286
parent9af53350f1d409085cfde1fea134b5bf71d4fade (diff)
downloadgtksourceview-d0be0c42480452dd12ff8c3961c9dc3b5e3a8849.tar.gz
Revert "language-specs: add 'text' to def.lang"
This reverts commit 452af6eb8fb5b2f8345a5029a4c295fda171d617. No longer needed, latex.lang doesn't use it anymore, it was added to latex.lang by mistake. Other reasons include: - Adding things to def.lang should be done with caution, because any other lang file can depend on it and it can be hard to remove afterwards. There can also be external lang files. I don't think def.lang is part of the API "contract" of GSV, but still. - Normal (general) text should not be highlighted in the first place. The style schemes are there for changing the style/color of normal text.
-rw-r--r--data/language-specs/def.lang3
1 files changed, 0 insertions, 3 deletions
diff --git a/data/language-specs/def.lang b/data/language-specs/def.lang
index 5f92b938..4a07444c 100644
--- a/data/language-specs/def.lang
+++ b/data/language-specs/def.lang
@@ -34,9 +34,6 @@
Finally a style scheme may also define language
specific styles. -->
- <!-- General text, only currently used by Latex -->
- <style id="text" name="Text"/>
-
<!-- Comment group -->
<!-- Any comment -->
<style id="comment" name="Comment"/>