mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 21:13:50 -05:00
Add support for gleam, closes #655
Co-authored-by: Jeff Kreeftmeijer <jeffkreeftmeijer@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ syntax match typescriptASCII contained /\\\d\d\d/
|
||||
|
||||
syntax region typescriptTemplateSubstitution matchgroup=typescriptTemplateSB
|
||||
\ start=/\${/ end=/}/
|
||||
\ contains=@typescriptValue
|
||||
\ contains=@typescriptValue,typescriptCastKeyword
|
||||
\ contained
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ syntax region typescriptTemplate
|
||||
"Array
|
||||
syntax region typescriptArray matchgroup=typescriptBraces
|
||||
\ start=/\[/ end=/]/
|
||||
\ contains=@typescriptValue,@typescriptComments
|
||||
\ contains=@typescriptValue,@typescriptComments,typescriptCastKeyword
|
||||
\ nextgroup=@typescriptSymbols,typescriptDotNotation
|
||||
\ skipwhite skipempty fold
|
||||
|
||||
|
||||
Reference in New Issue
Block a user