Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
201 commits
Select commit Hold shift + click to select a range
b152481
sync margo after the move to margo.sh
Apr 4, 2018
398db0e
remove default .html.go extension from gohtml_extensions since the hi…
Apr 4, 2018
969f40b
sync margo
Apr 4, 2018
6bef4f2
batch non-blocking actions like ViewSaved and ViewActivated
Apr 4, 2018
ecfcd71
change the default issue tag to `error`
Apr 8, 2018
0a35d7c
sync margo
Apr 8, 2018
63b2b03
use the pkg snippets to generate content for new .go files
Apr 8, 2018
41b3567
if the view is None when draining the queued actions, do nothing
Apr 8, 2018
9348d94
don't send the content of non-source views
Apr 8, 2018
6187ee2
sync margo
Apr 10, 2018
78dc48d
sync margo
Apr 11, 2018
cb4428b
add support for user-commands and run commands through margo for live…
Apr 11, 2018
268fa6d
don't do autocompletion in views without a lang, nothing will respond…
Apr 11, 2018
b9ac9d9
improve VFN matching
Apr 14, 2018
8498620
close the agent stderr after the process exits to allow logging to co…
Apr 14, 2018
6cedf24
improve issue palette rendering
Apr 14, 2018
3642003
make view path/name matching consistent between GoSublime and margo
Apr 14, 2018
1470373
sync margo
Apr 14, 2018
f034f11
misc 9o improvements
Apr 14, 2018
8c94362
sync margo
Apr 19, 2018
d928216
sync margo
DisposaBoy May 2, 2018
750d041
misc tweaks
DisposaBoy May 2, 2018
49ec782
sync margo
DisposaBoy May 8, 2018
5515205
* implement goto definition with a dedicated margo.sh command goto.de…
DisposaBoy May 8, 2018
a538843
sync margo
DisposaBoy May 12, 2018
d7aa237
remove the 9o echo command
DisposaBoy May 12, 2018
f8adbc8
sync margo
DisposaBoy Jul 10, 2018
d06235b
automatically load _before.py and _after.py to allow hooking into GS …
DisposaBoy Jul 11, 2018
c0cfd0b
misc tweaks to debugging module
DisposaBoy Jul 11, 2018
d149003
fix a possible infinite loop when opening/focusing a view
DisposaBoy Jul 11, 2018
9ecb027
start disabling GS features by default
DisposaBoy Jul 11, 2018
590d06d
remove debugging code
DisposaBoy Jul 11, 2018
15f4511
update umsgpack
DisposaBoy Jul 11, 2018
9a71b16
make sure rendering starts on the ui thread to (hopefully) avoid long…
DisposaBoy Jul 11, 2018
4c7b4d4
profile agent startup
DisposaBoy Jul 11, 2018
33533e1
start work on reducing interaction with the ST api to (hopefully) red…
DisposaBoy Jul 11, 2018
2a0bcc5
fix broken syntax highlighting
DisposaBoy Jul 11, 2018
6158ad1
sync margo
DisposaBoy Jul 14, 2018
9231912
Merge branch 'master' into development
DisposaBoy Jul 14, 2018
72ee6c9
set MARGO_AGENT_GOPATH and automatically restart margo if GOPATH changes
DisposaBoy Jul 14, 2018
d8399f6
sync margo
DisposaBoy Jul 18, 2018
336a471
cleanup gosubl.margo initialization
DisposaBoy Jul 18, 2018
2950cf6
Merge branch 'master' into development
DisposaBoy Jul 18, 2018
3252008
fix mis-use of same variable for different things
DisposaBoy Jul 19, 2018
02182b6
fix GOPATH switching
DisposaBoy Jul 19, 2018
88fc131
sync margo
DisposaBoy Jul 20, 2018
35579b7
sync margo
DisposaBoy Jul 21, 2018
6ea3662
don't attempt to stop the agent if it wasn't running
DisposaBoy Jul 22, 2018
445a1e0
fix `go install margo.sh` failure
DisposaBoy Jul 22, 2018
56b9313
sync margo
DisposaBoy Jul 26, 2018
f15be5b
fix use of undefined var
DisposaBoy Jul 26, 2018
912bbd6
sync margo
DisposaBoy Jul 27, 2018
bf2ead8
sync margo
DisposaBoy Jul 31, 2018
ffe9020
sync margo
DisposaBoy Aug 2, 2018
b79b5f2
sync margo
DisposaBoy Aug 2, 2018
260b8d2
sync margo
DisposaBoy Aug 3, 2018
b8125e2
sync margo
DisposaBoy Aug 3, 2018
32965f0
sync margo
DisposaBoy Aug 4, 2018
7680665
sync margo
DisposaBoy Aug 15, 2018
7a6fe69
ANN 18.08.15
DisposaBoy Aug 15, 2018
2e63d9c
sync margo
DisposaBoy Aug 16, 2018
f0c3ef2
* set GO111MODULE=off when building the agent
DisposaBoy Aug 16, 2018
577ec3e
sync margo
DisposaBoy Aug 22, 2018
99c7be8
add UI support for UserCmd prompts
DisposaBoy Aug 22, 2018
8799de1
add support for MARGO_DATA_DIR env var
DisposaBoy Aug 22, 2018
cc48ff4
ANN 18.08.22
DisposaBoy Aug 22, 2018
e6969c1
sync margo
DisposaBoy Aug 26, 2018
a72608b
sync margo
DisposaBoy Aug 27, 2018
2064529
sync margo
DisposaBoy Aug 28, 2018
0e18d9c
plug one more GO111MODULE env var leak
DisposaBoy Aug 28, 2018
ba97960
ANN 18.08.29
DisposaBoy Aug 29, 2018
ebf0f88
sync margo
DisposaBoy Aug 31, 2018
1d31c64
use the QueryTestCmds action for the .t keybinding
DisposaBoy Aug 31, 2018
aec60be
ANN 18.08.31
DisposaBoy Aug 31, 2018
adb8839
improve status bar error message when margo.sublime build fails
DisposaBoy Aug 31, 2018
821d269
fork ST/Go syntax
DisposaBoy Sep 13, 2018
eb90fff
improve ligature support in the Recommended Go syntax and switch to t…
DisposaBoy Sep 13, 2018
8140b7e
send the client name and tag to margo
DisposaBoy Sep 14, 2018
66c12f3
sync margo
DisposaBoy Sep 14, 2018
f48d9d8
rename the bundled Go syntax to `GoSublime: Go (Copy)` to make it cle…
DisposaBoy Sep 14, 2018
2142f03
ANN 18.09.14
DisposaBoy Sep 14, 2018
1b4d10e
sync margo
DisposaBoy Sep 18, 2018
95efe02
sync umsgpack
DisposaBoy Sep 18, 2018
247af62
ANN 18.09.18
DisposaBoy Sep 18, 2018
188a5bf
add note about needing to restart ST after upgrading to 18.09.18
DisposaBoy Sep 18, 2018
b0e9bb0
sync margo
DisposaBoy Sep 25, 2018
8198993
add partial tooltips support to enable experimentation
DisposaBoy Sep 25, 2018
e023ff0
ANN 18.09.25-1
DisposaBoy Sep 25, 2018
792d656
fix pattern for x := 0 syntax
kortschak Sep 28, 2018
8c31853
Merge pull request #867 from kortschak/syntax
DisposaBoy Sep 28, 2018
75cc974
sync margo
DisposaBoy Sep 29, 2018
51b414d
update the _scope_lang_pat to match the language in scopes like sourc…
DisposaBoy Sep 29, 2018
efa7cb2
sync margo
DisposaBoy Sep 30, 2018
3400993
ANN 18.09.30
DisposaBoy Sep 30, 2018
63d0f25
add margo intro link
DisposaBoy Sep 30, 2018
0383863
sync margo
DisposaBoy Oct 6, 2018
86d5c11
switch to the new .actuate command
DisposaBoy Oct 6, 2018
83ea250
use binary mode when copying the example extension file to avoid deco…
DisposaBoy Oct 6, 2018
e1a151c
remove UncleSam image
DisposaBoy Oct 6, 2018
d33c22e
ANN 18.10.06
DisposaBoy Oct 6, 2018
cde59b7
Update README.md
DisposaBoy Oct 10, 2018
65cb818
guard again import cycles in gsuImporter
DisposaBoy Oct 30, 2018
1be259a
sync margo
DisposaBoy Nov 4, 2018
28b44b8
add support updating the view src during QueryCompletions
DisposaBoy Nov 4, 2018
a19d04e
prettier/fmt
DisposaBoy Nov 4, 2018
c5646a2
ANN 18.11.04
DisposaBoy Nov 4, 2018
41a3a6e
README improvements
andyone Nov 5, 2018
8760e99
Improved Travis CI config
andyone Nov 5, 2018
4e31abc
Merge pull request #879 from andyone/travis-improvements
DisposaBoy Nov 6, 2018
0ee5f5b
Merge pull request #878 from andyone/readme-improvements
DisposaBoy Nov 6, 2018
c5a4137
sync margo
DisposaBoy Nov 6, 2018
14ea343
ANN 18.11.06
DisposaBoy Nov 6, 2018
8509bff
Update SUPPORT.md
DisposaBoy Nov 11, 2018
7422c3a
Update README.md
DisposaBoy Nov 11, 2018
39bf06c
Update SUPPORT.md
DisposaBoy Nov 11, 2018
e2af65c
fix #886
DisposaBoy Nov 18, 2018
a677ff2
sync margo
DisposaBoy Nov 20, 2018
01d9c00
don't keep refs to views that have been closed
DisposaBoy Nov 20, 2018
4d868af
prep Mariana color scheme fork
DisposaBoy Nov 20, 2018
8c18501
Thank U, Next
DisposaBoy Nov 20, 2018
79ef1d7
add experiment support for a statically positioned HUD as an alternat…
DisposaBoy Nov 20, 2018
f615ad6
sync margo
DisposaBoy Nov 21, 2018
b85ea83
* implement hud navigation handler
DisposaBoy Nov 21, 2018
05ead88
fix NameError
DisposaBoy Nov 21, 2018
84881d1
add support for new client action DisplayIssues
DisposaBoy Nov 22, 2018
e97574a
sync margo
DisposaBoy Nov 22, 2018
17679c6
stop polling queued queued actions
DisposaBoy Nov 22, 2018
8feb856
disable Go modules when building the old version of margo to avoid bu…
DisposaBoy Nov 23, 2018
c32a44c
exclude comments and strings from the auto_complete_triggers
DisposaBoy Nov 24, 2018
17425f2
sync margo
DisposaBoy Nov 26, 2018
6a26a9d
support the new margo htm changes
DisposaBoy Nov 26, 2018
894c71e
sync margo
DisposaBoy Nov 28, 2018
8d16314
ANN 18.11.28
DisposaBoy Nov 28, 2018
e1cd2a7
18.11.28
DisposaBoy Nov 28, 2018
9be2a67
rename Go.sublime-syntax to Go-Copy.sublime-syntax as work-around for…
DisposaBoy Dec 10, 2018
b1a490f
Fix #905
DisposaBoy Jan 11, 2019
66dc145
Fix #904
DisposaBoy Jan 12, 2019
25a9e5d
Fix crash from deleting keys while iterating over dict in hud_panel()
ryboe Feb 9, 2019
99d577a
Merge pull request #913 from y0ssar1an/development
DisposaBoy Feb 10, 2019
d2d1002
Use the syntax to detect HUD views instead of locking the state.
DisposaBoy Jun 16, 2019
17d34c1
Don't re-focus the active_view in in-active window.
DisposaBoy Jun 16, 2019
c59d5d9
ANN 19.06.16
DisposaBoy Jun 16, 2019
b425965
Fix ANN 19.06.16.
xStrom Jun 18, 2019
c820b92
Merge pull request #933 from xStrom/annfix
DisposaBoy Jun 18, 2019
3f79d0f
sync margo
DisposaBoy Nov 29, 2018
479c279
sync margo
DisposaBoy Dec 7, 2018
9bddf10
don't crash the ipc when decoding invalid utf-8
DisposaBoy Dec 7, 2018
367fb98
update .travis.yml to list the versions that are actually supported
DisposaBoy Jun 26, 2019
1fa209d
sync margo
DisposaBoy Jun 26, 2019
e715195
tweak for better readability
DisposaBoy Jun 26, 2019
1227ae2
recognise go.mod and go.sum files and increase MAX_VIEW_SIZE to 8MiB
DisposaBoy Jun 26, 2019
8011586
use custom Mutex for locking to make it easier to debug
DisposaBoy Jun 26, 2019
96d6e2c
don't trigger an action while the view is loading
DisposaBoy Jun 26, 2019
7c65941
prep CHANGELOG for next release
DisposaBoy Jun 26, 2019
a3913e8
sync margo
DisposaBoy Jul 8, 2019
466c0f8
reduce the spacing between status items now that they have a prefix
DisposaBoy Jul 8, 2019
36ce43c
set MARGO_AGENT_GOBIN when building margo.exe to avoid side-effects o…
DisposaBoy Jul 8, 2019
ef8ef81
update SUPPORT docs
DisposaBoy Jul 8, 2019
2453428
update CHANGELOG for next realease
DisposaBoy Jul 8, 2019
05819e7
sync margo
DisposaBoy Jul 9, 2019
dd04012
Create FUNDING.yml
DisposaBoy Jul 9, 2019
4775407
update next CHANGELOG
DisposaBoy Jul 9, 2019
28f0ff7
sync margo
DisposaBoy Jul 22, 2019
e26e125
improve 9o filename regexp to reduce cases of highlighting things tha…
DisposaBoy Jul 22, 2019
b2bc8b6
sync margo
DisposaBoy Jul 29, 2019
aeeff9a
Next (#948)
DisposaBoy Oct 22, 2019
f11aabd
Add `block` to template syntax definition (#950)
Lucretiel Nov 20, 2019
5134a14
add %w to syntax for Errof wrapping (#951)
logrusorgru Nov 23, 2019
fdffef8
Merge branch 'development' into next
DisposaBoy Dec 1, 2019
65be031
sync margo
DisposaBoy Dec 1, 2019
2f9d925
Fix #954 (#955)
DisposaBoy Dec 16, 2019
f890e6a
Delete .travis.yml
DisposaBoy Dec 16, 2019
a898292
Merge remote-tracking branch 'origin/development' into next
DisposaBoy Dec 16, 2019
31fe72b
sync margo
DisposaBoy Dec 16, 2019
c9c4932
sync margo
DisposaBoy Dec 17, 2019
660b220
sync margo
DisposaBoy Dec 27, 2019
7273be4
sync margo
DisposaBoy Jan 1, 2020
45f82aa
prep 20.01.01
DisposaBoy Jan 1, 2020
f78e351
Next (#956)
DisposaBoy Jan 1, 2020
f7b401b
sync margo
DisposaBoy Jan 13, 2020
8b9430d
sync margo
DisposaBoy Jan 21, 2020
b281a6e
sync margo
DisposaBoy Jan 22, 2020
bd2221f
sync margo
DisposaBoy Feb 1, 2020
b2c507b
Merge remote-tracking branch 'origin/development' into next
DisposaBoy Feb 1, 2020
a16b4e7
v20.02.01
DisposaBoy Feb 1, 2020
8265060
Next (#960)
DisposaBoy Feb 1, 2020
3c694d0
Merge remote-tracking branch 'origin/development' into next
DisposaBoy Feb 1, 2020
58b6de6
sync margo
DisposaBoy Mar 1, 2020
592f2bb
Prep v20.03.01
DisposaBoy Mar 1, 2020
96954d1
Next (#963)
DisposaBoy Mar 1, 2020
e287a3b
update ci to check go1.14
DisposaBoy Mar 9, 2020
08b738f
sync margo
DisposaBoy Mar 9, 2020
432c5bd
Prep v20.03.09
DisposaBoy Mar 9, 2020
7b71488
Merge remote-tracking branch 'origin/development' into next
DisposaBoy Mar 9, 2020
bd0163d
Merge pull request #965 from DisposaBoy/next
DisposaBoy Mar 9, 2020
07a0ef1
sync margo
DisposaBoy May 15, 2020
cdb11f9
add support RunCmd.Dir
DisposaBoy May 15, 2020
3664e32
sync margo
DisposaBoy Jun 5, 2020
0c704a7
sync margo
DisposaBoy Jun 14, 2020
d7d7880
Prep v20.06.14
DisposaBoy Jun 14, 2020
890149f
Merge pull request #972 from DisposaBoy/next
DisposaBoy Jun 14, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These are supported funding model platforms

github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
patreon: KurokuLabs
open_collective: gosublime
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom:
- https://margo.sh/funding/
22 changes: 22 additions & 0 deletions .github/workflows/gs-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on: [push, pull_request]
name: margo-ci
jobs:
margo-ci:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Setup
uses: actions/setup-go@v1
with:
go-version: ${{ matrix.go-version }}
- name: Checkout
uses: actions/checkout@v2
with:
path: gs
- name: CI
env:
GOPATH: ${{ github.workspace }}/gs
run: go install -v gosublime/cmd/margo
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
_before.py
_after.py
bin/**
pkg/**
!.keep
7 changes: 0 additions & 7 deletions .travis.yml

This file was deleted.

313 changes: 313 additions & 0 deletions Ariana.sublime-color-scheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,313 @@
{
"name": "Ariana",
"author": "DisposaBoy, Sublime HQ Pty Ltd, Dmitri Voronianski",
"variables":
{
"black": "hsl(0, 0%, 0%)",
"blue": "hsl(210, 50%, 60%)",
"blue2": "hsl(215, 33%, 29%)",
"blue3": "hsl(215, 40%, 21%)",
"blue4": "hsl(210, 13%, 45%)",
"blue5": "hsl(180, 36%, 54%)",
"blue6": "hsl(221, 12%, 69%)",
"green": "hsl(114, 31%, 68%)",
"grey": "hsl(0, 0%, 20%)",
"orange": "hsl(32, 93%, 66%)",
"orange2": "hsl(32, 85%, 55%)",
"orange3": "hsl(40, 94%, 68%)",
"pink": "hsl(300, 30%, 68%)",
"red": "hsl(357, 79%, 65%)",
"red2": "hsl(13, 93%, 66%)",
"white": "hsl(0, 0%, 100%)",
"white2": "hsl(0, 0%, 97%)",
"white3": "hsl(219, 28%, 93%)"
},
"globals":
{
"foreground": "var(white3)",
"background": "var(blue3)",
"caret": "var(orange)",
"line_highlight": "var(blue2)",
"selection": "var(blue2)",
"selection_border": "var(blue4)",
"inactive_selection": "var(blue2)",
"misspelling": "var(red)",
"shadow": "color(var(black) alpha(0.25))",
"active_guide": "var(blue5)",
"stack_guide": "color(var(blue5) alpha(0.5))",
"highlight": "var(blue5)",
"find_highlight_foreground": "var(grey)",
"find_highlight": "var(orange3)",
"brackets_options": "underline",
"brackets_foreground": "var(orange)",
"bracket_contents_options": "underline",
"bracket_contents_foreground": "var(blue5)",
"tags_options": "stippled_underline",
"tags_foreground": "var(pink)"
},
"rules":
[
{
"name": "Comment",
"scope": "comment, punctuation.definition.comment",
"foreground": "var(blue6)"
},
{
"name": "String",
"scope": "string",
"foreground": "var(green)"
},
{
"name": "Punctuation",
"scope": "punctuation.definition",
"foreground": "var(blue5)"
},
{
"name": "Number",
"scope": "constant.numeric",
"foreground": "var(orange)"
},
{
"name": "Built-in constant",
"scope": "constant.language",
"foreground": "var(red)",
"font_style": "italic"
},
{
"name": "User-defined constant",
"scope": "constant.character, constant.other",
"foreground": "var(pink)"
},
{
"name": "Member Variable",
"scope": "variable.member",
"foreground": "var(red)"
},
{
"name": "Keyword",
"scope": "keyword - keyword.operator, keyword.operator.word",
"foreground": "var(pink)"
},
{
"name": "Operators",
"scope": "keyword.operator",
"foreground": "var(red2)"
},
{
"name": "Punctuation",
"scope": "punctuation.separator, punctuation.terminator",
"foreground": "var(blue6)"
},
{
"name": "Punctuation",
"scope": "punctuation.section",
"foreground": "var(white)"
},
{
"name": "Accessor",
"scope": "punctuation.accessor",
"foreground": "var(blue6)"
},
{
"name": "Annotation Punctuation",
"scope": "punctuation.definition.annotation",
"foreground": "var(blue5)"
},
{
"name": "JavaScript Dollar",
"scope": "variable.other.dollar.only.js, variable.other.object.dollar.only.js, variable.type.dollar.only.js, support.class.dollar.only.js",
"foreground": "var(blue5)"
},
{
"name": "Storage",
"scope": "storage",
"foreground": "var(red)"
},
{
"name": "Storage type",
"scope": "storage.type",
"foreground": "var(pink)",
"font_style": "italic"
},
{
"name": "Entity name",
"scope": "entity.name.function",
"foreground": "var(blue5)"
},
{
"name": "Entity name",
"scope": "entity.name - (entity.name.section | entity.name.tag | entity.name.label)",
"foreground": "var(orange)"
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"foreground": "var(blue5)",
"font_style": "italic underline"
},
{
"name": "Function argument",
"scope": "variable.parameter",
"foreground": "var(orange)"
},
{
"name": "Language variable",
"scope": "variable.language",
"foreground": "var(red)",
"font_style": "italic"
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"foreground": "var(red)"
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"foreground": "var(pink)"
},
{
"name": "Function call",
"scope": "variable.function, variable.annotation",
"foreground": "var(blue)"
},
{
"name": "Library function",
"scope": "support.function, support.macro",
"foreground": "var(blue)",
"font_style": "italic"
},
{
"name": "Library constant",
"scope": "support.constant",
"foreground": "var(pink)",
"font_style": "italic"
},
{
"name": "Library class/type",
"scope": "support.type, support.class",
"foreground": "var(blue)",
"font_style": "italic"
},
{
"name": "Invalid",
"scope": "invalid",
"foreground": "var(white2)",
"background": "var(red)"
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"foreground": "var(white2)",
"background": "var(orange2)"
},
{
"name": "YAML Key",
"scope": "entity.name.tag.yaml",
"foreground": "var(blue5)"
},
{
"name": "YAML String",
"scope": "source.yaml string.unquoted",
"foreground": "var(white3)"
},
{
"name": "markup headings",
"scope": "markup.heading",
"font_style": "bold"
},
{
"name": "markup headings",
"scope": "markup.heading punctuation.definition.heading",
"foreground": "var(red2)"
},
{
"name": "markup h1",
"scope": "markup.heading.1 punctuation.definition.heading",
"foreground": "var(red)"
},
{
"name": "markup links",
"scope": "string.other.link, markup.underline.link",
"foreground": "var(blue)"
},
{
"name": "markup bold",
"scope": "markup.bold",
"font_style": "bold"
},
{
"name": "markup italic",
"scope": "markup.italic",
"font_style": "italic"
},
{
"name": "markup bold/italic",
"scope": "markup.italic markup.bold | markup.bold markup.italic",
"font_style": "bold italic"
},
{
"name": "markup hr",
"scope": "punctuation.definition.thematic-break",
"foreground": "var(orange)"
},
{
"name": "markup numbered list bullet",
"scope": "markup.list.numbered.bullet",
"foreground": "var(green)"
},
{
"name": "markup blockquote",
"scope": "markup.quote punctuation.definition.blockquote, markup.list punctuation.definition.list_item",
"foreground": "var(orange)"
},
{
"name": "markup code",
"scope": "markup.raw",
"background": "color(var(blue2) alpha(0.38))"
},
{
"name": "markup code",
"scope": "markup.raw.inline",
"background": "color(var(blue2) alpha(0.5))"
},
{
"name": "markup punctuation",
"scope": "(text punctuation.definition.italic | text punctuation.definition.bold)",
"foreground": "var(pink)"
},
{
"name": "diff.header",
"scope": "meta.diff, meta.diff.header",
"foreground": "var(pink)"
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"foreground": "var(red)"
},
{
"name": "diff.inserted",
"scope": "markup.inserted",
"foreground": "var(green)"
},
{
"name": "diff.changed",
"scope": "markup.changed",
"foreground": "var(orange)"
},
{
"name": "CSS Properties",
"scope": "support.type.property-name",
"foreground": "var(white3)"
},
{
"scope": "constant.numeric.line-number.match",
"foreground": "var(red)"
},
{
"scope": "message.error",
"foreground": "var(red)"
}
]
}
Loading