Skip to content

Commit

Permalink
[CSS] Unbind css.liquid extension (#3440)
Browse files Browse the repository at this point in the history
Proper syntax highlighting of CSS files with liquid interpolation is
provided by https://github.com/SublimeText/Liquid

Using default CSS syntax for such files may cause highlighting issues
as soon as Liquid style interpolation is used.

Example:

```
a {
   font-{{family}}: "{{font}}";
}
```
  • Loading branch information
deathaxe authored Jul 3, 2022
1 parent 0c575c3 commit 50dc547
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CSS/CSS.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ version: 2

file_extensions:
- css
- css.liquid

###############################################################################

Expand Down

0 comments on commit 50dc547

Please sign in to comment.