Skip to content

Commit

Permalink
package publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa McHale committed Jul 13, 2018
1 parent 9a4c97b commit 2beb0cb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions syntax/dhall.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ if exists('b:current_syntax')
endif

syntax match dhallInterpolation "\v\$\{[^\}]*\}"
syntax match dhallUrl "https://[a-zA-Z0-9/.-]*"
syntax match dhallUrl "http://[a-zA-Z0-9/.-]*"
syntax match dhallUrl "/[a-zA-Z0-9/.-]*"
syntax match dhallUrl "\.\./[a-zA-Z0-9/.-]*"
syntax match dhallUrl "\./[a-zA-Z0-9/.-]*"
syntax keyword dhallTodo TODO FIXME
syntax match dhallBrackets "[<>|]"
syntax match dhallUrl "https://[a-zA-Z0-9/.-]*"
Expand Down

0 comments on commit 2beb0cb

Please sign in to comment.