Skip to content

Commit

Permalink
improve some edge case punctuations
Browse files Browse the repository at this point in the history
  • Loading branch information
ZYinMD committed Dec 19, 2018
1 parent a369a90 commit f577881
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions syntax-highlighting-rules/edge-cases.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[{
"name": "edge cases", // edge cases taken from dracula official, will graduately mark them with color and take away from edge cases
"scope": [
"constant.other.symbol.hashkey.ruby",
"keyword.operator.dereference.java",
"keyword.operator.navigation.groovy",
"meta.scope.for-loop.shell punctuation.definition.string.begin",
"meta.scope.for-loop.shell punctuation.definition.string.end",
"meta.scope.for-loop.shell string",
"punctuation.section.embedded.begin.tsx",
"punctuation.section.embedded.end.tsx",
"punctuation.section.embedded.begin.jsx",
"punctuation.section.embedded.end.jsx",
"punctuation.separator.list.comma.css",
"constant.language.empty-list.haskell"
],
"settings": {
"foreground": "default"
[
{
"name": "restore puntuation color, and some edge cases",
"scope": [
"constant.other.symbol.hashkey.ruby",
"keyword.operator.dereference.java",
"keyword.operator.navigation.groovy",
"meta.scope.for-loop.shell punctuation.definition.string.begin",
"meta.scope.for-loop.shell punctuation.definition.string.end",
"meta.scope.for-loop.shell string",
"punctuation.separator.list.comma.css",
"constant.language.empty-list.haskell",
// {} symbols insdei jsx:
"punctuation.section.embedded"
],
"settings": {
"foreground": "default"
}
}
}]
]

0 comments on commit f577881

Please sign in to comment.