Problem with Syntax Highlighting of .vimrc and .ideavimrc

Answered

Hello!

 

I'm having a problem with the syntax highlighting of .vimrc and .ideavimrc, I checked in File Types and these associations don't exist, but I was sure that before It works!

 

I tried disabling .ignore plugin

Thanks!

0
5 comments

There is no file type provided for these files. You can try using a custom https://www.jetbrains.com/help/idea/textmate.html.

0

Yes, I know there is no file type, but it works on a coworker's PyCharm, and he doesn't have the file type either!

Also, I remember it previously worked on my IDE too.

0

Make sure it's not mapped to Text files.

Try deleting options/filetypes.xml from the Configuration directory: https://www.jetbrains.com/help/idea/directories-used-by-the-ide-to-store-settings-caches-plugins-and-logs.html#config-directory when the IDE is not running.

2

Oh, It has the AUTO-DETECT property.

Now it works, thank you!

0

Note that if you install AndroidStudio from Toolbox, you have to look on ~/Library/Application Support/Google/

See there : https://developer.android.com/studio/intro/studio-config?hl=fr#file_location
Source : https://intellij-support.jetbrains.com/hc/en-us/articles/206544519

0

Please sign in to leave a comment.