This commit is contained in:
ManjaroOne666 2018-12-15 15:09:02 +00:00
commit 0a7958856a
2 changed files with 3 additions and 2 deletions

3
vimrc
View file

@ -78,7 +78,8 @@ let g:mta_filetypes = {
\ ['left', 'right'],
\ ['top', 'bottom'],
\ ['row', 'column'],
\ ['relative', 'absolute', 'fixed']
\ ['relative', 'absolute', 'fixed'],
\ ['private', 'public', 'protected']
\ ]
"}}}