mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-29 09:08:37 +01: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:
parent
2af72a066c
commit
fd7033e670
@ -15,4 +15,4 @@ configuration {
|
||||
display-calc: "Calc";
|
||||
}
|
||||
|
||||
// vim:ft=java
|
||||
// vim:syn=java
|
||||
|
Loading…
Reference in New Issue
Block a user