Skip to content

Commit b27ad04

Browse files
feat(default-colors): auto update on nvim nightly (#35)
Co-authored-by: aileot <aileot@users.noreply.github.com>
1 parent 34d66b5 commit b27ad04

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

fnl/ex-colors/default-colors.lua

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14072,12 +14072,6 @@ return
1407214072
gelStatement = {
1407314073
link = "Statement"
1407414074
},
14075-
ghosttyConfigComment = {
14076-
link = "Comment"
14077-
},
14078-
ghosttyConfigKeyword = {
14079-
link = "Keyword"
14080-
},
1408114075
giftAnswer = {
1408214076
link = "MoreMsg"
1408314077
},
@@ -20254,6 +20248,12 @@ return
2025420248
kscriptType = {
2025520249
link = "Type"
2025620250
},
20251+
kshSpecialVariables = {
20252+
link = "shShellVariables"
20253+
},
20254+
kshStatement = {
20255+
link = "shStatement"
20256+
},
2025720257
ktAnnotation = {
2025820258
link = "Identifier"
2025920259
},
@@ -37529,7 +37529,7 @@ return
3752937529
link = "shConditional"
3753037530
},
3753137531
shCharClass = {
37532-
link = "shSpecial"
37532+
link = "Identifier"
3753337533
},
3753437534
shCmdSubRegion = {
3753537535
link = "shShellVariables"
@@ -37561,6 +37561,9 @@ return
3756137561
shCurlyError = {
3756237562
link = "Error"
3756337563
},
37564+
shDTestError = {
37565+
link = "Error"
37566+
},
3756437567
shDeref = {
3756537568
link = "shShellVariables"
3756637569
},

lua/ex-colors/default-colors.lua

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14072,12 +14072,6 @@ return
1407214072
gelStatement = {
1407314073
link = "Statement"
1407414074
},
14075-
ghosttyConfigComment = {
14076-
link = "Comment"
14077-
},
14078-
ghosttyConfigKeyword = {
14079-
link = "Keyword"
14080-
},
1408114075
giftAnswer = {
1408214076
link = "MoreMsg"
1408314077
},
@@ -20254,6 +20248,12 @@ return
2025420248
kscriptType = {
2025520249
link = "Type"
2025620250
},
20251+
kshSpecialVariables = {
20252+
link = "shShellVariables"
20253+
},
20254+
kshStatement = {
20255+
link = "shStatement"
20256+
},
2025720257
ktAnnotation = {
2025820258
link = "Identifier"
2025920259
},
@@ -37529,7 +37529,7 @@ return
3752937529
link = "shConditional"
3753037530
},
3753137531
shCharClass = {
37532-
link = "shSpecial"
37532+
link = "Identifier"
3753337533
},
3753437534
shCmdSubRegion = {
3753537535
link = "shShellVariables"
@@ -37561,6 +37561,9 @@ return
3756137561
shCurlyError = {
3756237562
link = "Error"
3756337563
},
37564+
shDTestError = {
37565+
link = "Error"
37566+
},
3756437567
shDeref = {
3756537568
link = "shShellVariables"
3756637569
},

0 commit comments

Comments
 (0)