diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-07-02 11:06:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-02 11:06:03 +0200 |
| commit | 662681694bf2e30b1f33ad235274c82a334ff742 (patch) | |
| tree | cf4292bcc982de08229567a046ce188d49de2d03 /runtime/syntax/basic.vim | |
| parent | a9de89894a2ff43dd511b38f20ab2815d6c7e2bd (diff) | |
| download | rneovim-662681694bf2e30b1f33ad235274c82a334ff742.tar.gz rneovim-662681694bf2e30b1f33ad235274c82a334ff742.tar.bz2 rneovim-662681694bf2e30b1f33ad235274c82a334ff742.zip | |
vim-patch:0d878b95d8f9 (#19197)
Update runtime files
https://github.com/vim/vim/commit/0d878b95d8f9ece2fdba81050f5caba224540f9c
Diffstat (limited to 'runtime/syntax/basic.vim')
| -rw-r--r-- | runtime/syntax/basic.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/syntax/basic.vim b/runtime/syntax/basic.vim index 7fe411a869..b6bf23a3ed 100644 --- a/runtime/syntax/basic.vim +++ b/runtime/syntax/basic.vim @@ -3,7 +3,7 @@ " Maintainer: Doug Kearns <dougkearns@gmail.com> " Previous Maintainer: Allan Kelly <allan@fruitloaf.co.uk> " Contributors: Thilo Six -" Last Change: 2021 Aug 08 +" Last Change: 2022 Jun 22 " First version based on Micro$soft QBASIC circa 1989, as documented in " 'Learn BASIC Now' by Halvorson&Rygmyr. Microsoft Press 1989. @@ -344,7 +344,7 @@ hi def link basicCommentError Error hi def link basicDataString basicString hi def link basicFilenumber basicTypeSuffix " TODO: better group hi def link basicFloat Float -hi def link basicFunction Identifier +hi def link basicFunction Function hi def link basicKeyword Keyword hi def link basicLineIdentifier LineNr hi def link basicLineContinuation Special |