blob: f6cc3835a2968b58b9c5afd7fd42c11a8dc414dd [file] [log] [blame]
Bram Moolenaar10e8ff92023-06-10 21:40:39 +01001" Vim syntax file
2" Language: MS Windows URL shortcut file
3" Maintainer: ObserverOfTime <chronobserver@disroot.org>
4" LastChange: 2023-06-04
5
6" Quit when a syntax file was already loaded.
7if exists("b:current_syntax")
8 finish
9endif
10
11" Just use the dosini syntax for now
12runtime! syntax/dosini.vim
13
14let b:current_syntax = "urlshortcut"