Skip to content

Commit

Permalink
Replace entity.name.class with keyword.control
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Sep 5, 2021
1 parent ec6155f commit 316535b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions syntaxes/rst.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
"patterns": [{"include": "#inline-markup"}]
},
"3": {
"name": "entity.name.class"
"name": "keyword.control"
}
}
},
Expand All @@ -229,7 +229,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable"
Expand Down Expand Up @@ -285,7 +285,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "entity.name.tag"
Expand All @@ -306,7 +306,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"patterns": [
Expand All @@ -324,7 +324,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class.py"
"name": "keyword.control.py"
},
"3": {
"patterns": [
Expand All @@ -342,7 +342,7 @@
"end": "^(?!\\1[ \\t]|$)",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"patterns": [
Expand Down Expand Up @@ -374,7 +374,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parametercodeblock.cpp"
Expand All @@ -390,7 +390,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.console"
Expand All @@ -406,7 +406,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.py"
Expand All @@ -422,7 +422,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.js"
Expand All @@ -438,7 +438,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.yaml"
Expand All @@ -454,7 +454,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.cmake"
Expand All @@ -470,7 +470,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.kconfig"
Expand All @@ -486,7 +486,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.ruby"
Expand All @@ -502,7 +502,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
},
"3": {
"name": "variable.parameter.codeblock.dts"
Expand All @@ -518,7 +518,7 @@
"while": "^\\1(?=\\s)|^\\s*$",
"beginCaptures": {
"2": {
"name": "entity.name.class"
"name": "keyword.control"
}
},
"patterns": [
Expand Down

0 comments on commit 316535b

Please sign in to comment.