view runtime/syntax/urlshortcut.vim @ 33866:06a2e6f91c2a

Added tag v9.0.2143 for changeset 8cdb69ea37119a0f46fc02ecc15de3c9dd6063d3
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:06 +0100
parents 695b50472e85
children
line wrap: on
line source

" Vim syntax file
" Language:      MS Windows URL shortcut file
" Maintainer:    ObserverOfTime <chronobserver@disroot.org>
" LastChange:    2023-06-04

" Quit when a syntax file was already loaded.
if exists("b:current_syntax")
   finish
endif

" Just use the dosini syntax for now
runtime! syntax/dosini.vim

let b:current_syntax = "urlshortcut"