summaryrefslogtreecommitdiffstats
path: root/syntax/dhall.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2019-12-12 16:33:01 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2019-12-12 16:33:01 +0100
commit43085dc02f34d7d54208e6e20989d4779bffe71c (patch)
tree0fac9c9ef3f489c5a73b71e7b4a8c5f1b1b91fdd /syntax/dhall.vim
parent4d8423c962e2b4172de48992bcfec965478f928b (diff)
downloadvim-polyglot-43085dc02f34d7d54208e6e20989d4779bffe71c.tar.gz
vim-polyglot-43085dc02f34d7d54208e6e20989d4779bffe71c.zip
Update
Diffstat (limited to 'syntax/dhall.vim')
-rw-r--r--syntax/dhall.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/dhall.vim b/syntax/dhall.vim
index 729daac1..dbbb43d1 100644
--- a/syntax/dhall.vim
+++ b/syntax/dhall.vim
@@ -39,6 +39,7 @@ syntax region dhallString start=+''+ end=+''+ contains=@Spell,dhallInterpolation
syntax region dhallString start=+"+ end=+"+ contains=dhallInterpolation,dhallEsc
syntax region dhallString start=+"/+ end=+"+ contains=dhallInterpolation,dhallEsc
syntax keyword dhallBool True False
+syntax match dhallHash "sha256:[a-f0-9]+"
highlight link dhallSingleSpecial Special
highlight link dhallIndex Special
@@ -60,6 +61,7 @@ highlight link dhallType Structure
highlight link dhallParens Special
highlight link dhallComment Comment
highlight link dhallMultilineComment Comment
+highlight link dhallHash Keyword
let b:current_syntax = 'dhall'