mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-06 05:55:54 +02:00
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:
@ -15,4 +15,4 @@ configuration {
|
|||||||
display-calc: "Calc";
|
display-calc: "Calc";
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim:ft=java
|
// vim:syn=java
|
||||||
|
Reference in New Issue
Block a user