From cba430b551061c20685b24b52b8c40b682bae4ed Mon Sep 17 00:00:00 2001 From: deathaxe Date: Mon, 11 Apr 2022 17:43:42 +0200 Subject: [PATCH] [LaTeX] Rename mapping separator scopes (#3275) Applies #3228 --- LaTeX/Bibtex.sublime-syntax | 4 ++-- LaTeX/syntax_test_bibtex.bib | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LaTeX/Bibtex.sublime-syntax b/LaTeX/Bibtex.sublime-syntax index 98f8c3ad68..c9eb0e54e5 100644 --- a/LaTeX/Bibtex.sublime-syntax +++ b/LaTeX/Bibtex.sublime-syntax @@ -77,7 +77,7 @@ contexts: - include: string_content - include: integer - match: \, - scope: punctuation.separator.mapping.pair.bibtex + scope: punctuation.separator.sequence.bibtex - match: '((@)[a-zA-Z]+)\s*(\()\s*([^\s,]*)' captures: 1: keyword.other.entry-type.bibtex @@ -104,7 +104,7 @@ contexts: - include: string_content - include: integer - match: \, - scope: punctuation.separator.mapping.pair.bibtex + scope: punctuation.separator.sequence.bibtex - match: '[^@\n]' push: - meta_scope: comment.block.bibtex diff --git a/LaTeX/syntax_test_bibtex.bib b/LaTeX/syntax_test_bibtex.bib index 3febeab543..560df1a57b 100644 --- a/LaTeX/syntax_test_bibtex.bib +++ b/LaTeX/syntax_test_bibtex.bib @@ -11,7 +11,7 @@ @book{knuth97 % ^^^^^^^^^^^^^^^^^ meta.mapping.value.bibtex string.quoted.other.braces.bibtex % ^ punctuation.definition.string.begin.bibtex % ^ punctuation.definition.string.end.bibtex -% ^ punctuation.separator.mapping.pair.bibtex +% ^ punctuation.separator.sequence.bibtex title = {The Art of Computer Programming, Vol. 1: Fundamental Algorithms}, edition = {3}, publisher = {Addison-Wesley},