Commit a90ce7907e98ed43c749b8341d63ad794d5e9bdc

Highlight Qt Creator's project files (*.pro)
Author: xaizek
Author date (UTC): 2020-03-16 10:31
Committer name: xaizek
Committer date (UTC): 2020-03-16 10:31
Parent(s): 9c762898b43743ba3014a74befda32f078a5b868
Signing key: 99DC5E4DB05F6BE2
Tree: 527ef5b74bf8e9c552d8b487d4572975e5953bf9
File Lines added Lines deleted
colors/near-default.vifm 1 1
File colors/near-default.vifm changed (mode: 100644) (index f869c37..ff09333)
... ... highlight {COPYRIGHT,COPYING*,BUGS,ChangeLog*,FAQ,INSTALL*,LICEN[CS]E,NEWS,
46 46 \ cterm=none ctermfg=187 ctermbg=default \ cterm=none ctermfg=187 ctermbg=default
47 47 " build system files " build system files
48 48 highlight {Makefile,Makefile.am,Makefile.in,Makefile.win,*.mak,*.mk, highlight {Makefile,Makefile.am,Makefile.in,Makefile.win,*.mak,*.mk,
49 \CMakeLists.txt}
49 \CMakeLists.txt,*.pro}
50 50 \ cterm=none ctermfg=121 ctermbg=default \ cterm=none ctermfg=121 ctermbg=default
51 51 " archives " archives
52 52 highlight {*.7z,*.ace,*.arj,*.bz2,*.cpio,*.deb,*.dz,*.gz,*.jar,*.lzh,*.lzma, highlight {*.7z,*.ace,*.arj,*.bz2,*.cpio,*.deb,*.dz,*.gz,*.jar,*.lzh,*.lzma,
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/dotvifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/dotvifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master