rofi: Change vim:ft to vim:syn

Setting the file type of a file is different than simply changing its
syntax. In this case, the rofi config was treated as a real .java file.
By setting syntax explicitly, we avoid re-declaring the filetype.
This commit is contained in:
Donovan Glover 2018-10-21 21:41:42 -04:00
parent 2af72a066c
commit fd7033e670
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,4 +15,4 @@ configuration {
display-calc: "Calc";
}
// vim:ft=java
// vim:syn=java