Add .justfile
to sublime syntax file_extensions (#938)
This commit is contained in:
parent
f93f7086e8
commit
7b58ec135c
@ -2,7 +2,7 @@
|
||||
---
|
||||
# http://www.sublimetext.com/docs/syntax.html
|
||||
name: Just
|
||||
file_extensions: [Justfile, just]
|
||||
file_extensions: [.justfile, just, justfile]
|
||||
scope: source.just
|
||||
contexts:
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user