Skip to content

Commit

Permalink
[YAML] Add CITATION.cff file extension (#3947)
Browse files Browse the repository at this point in the history
This commit assigns YAML syntax to CITATATION.cff files

see: https://citation-file-format.github.io/
  • Loading branch information
jwortmann authored Mar 15, 2024
1 parent 07488b7 commit 6730d5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions YAML/YAML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ file_extensions:
- yml
- sublime-syntax

hidden_file_extensions:
- CITATION.cff

first_line_match: ^%YAML( ?1.\d+)? # Technically the number is required, but we'll be a bit loose here

##############################################################################
Expand Down

0 comments on commit 6730d5e

Please sign in to comment.