mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Revert "fix(syntax_highlighting): Type to Structure for constructors"
This reverts commit c0cc636372
.
This commit is contained in:
parent
c0cc636372
commit
f6d3906fe9
@ -56,7 +56,7 @@ syntax sync match codeSync grouphere code "```catala"
|
||||
|
||||
hi link sc_id_def Identifier
|
||||
hi link sc_id Function
|
||||
hi link cc_id Structure
|
||||
hi link cc_id Type
|
||||
hi link punctuation Ignore
|
||||
|
||||
let b:current_syntax = "catala_en"
|
||||
|
@ -56,7 +56,7 @@ syntax sync match codeSync grouphere code "```catala"
|
||||
|
||||
hi link sc_id_def Identifier
|
||||
hi link sc_id Function
|
||||
hi link cc_id Structure
|
||||
hi link cc_id Type
|
||||
hi link punctuation Ignore
|
||||
|
||||
let b:current_syntax = "catala_fr"
|
||||
|
@ -55,7 +55,7 @@ syntax sync match codeSync grouphere code "```catala"
|
||||
|
||||
hi link sc_id_def Identifier
|
||||
hi link sc_id Function
|
||||
hi link cc_id Structure
|
||||
hi link cc_id Type
|
||||
hi link punctuation Ignore
|
||||
|
||||
let b:current_syntax = "catala_pl"
|
||||
|
Loading…
Reference in New Issue
Block a user