Revert "fix(syntax_highlighting): Type to Structure for constructors"

This reverts commit c0cc636372.
This commit is contained in:
EmileRolley 2021-06-02 10:57:43 +02:00
parent c0cc636372
commit f6d3906fe9
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"