mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-08 03:23:51 -05:00
Compare commits
2 Commits
ceb92f5183
...
e54d696781
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e54d696781 | ||
|
|
692e359ad9 |
@@ -2,9 +2,7 @@ This is my top-starred repository on Github, so I've decided to put this ad here
|
||||
|
||||
If you work for big corp and seek consulting, please visit following repository: https://github.com/sheerun/consultation
|
||||
|
||||

|
||||
|
||||
[](https://github.com/sheerun/vim-polyglot/actions) []()
|
||||

|
||||
finish
|
||||
finish
|
||||
endif
|
||||
|
||||
source <sfile>:p:h/java.vim
|
||||
if filereadable($VIMRUNTIME . "/syntax/java.vim")
|
||||
source $VIMRUNTIME/syntax/java.vim
|
||||
endif
|
||||
|
||||
syn keyword aidlParamDir in out inout
|
||||
syn keyword aidlKeyword const oneway parcelable
|
||||
syn keyword aidlStorageClass in out inout const oneway
|
||||
syn keyword aidlInterfaceDecl parcelable union
|
||||
|
||||
" Needed for the 'in', 'out', 'inout' keywords to be highlighted.
|
||||
syn cluster javaTop add=aidlParamDir
|
||||
|
||||
hi def link aidlParamDir StorageClass
|
||||
hi def link aidlKeyword Keyword
|
||||
hi def link aidlStorageClass javaStorageClass
|
||||
hi def link aidlInterfaceDecl javaClassDecl
|
||||
|
||||
let b:current_syntax = "aidl"
|
||||
|
||||
Reference in New Issue
Block a user