-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 128ccd4
Merge pull request #42 from russtoku/master
- Detect `.bb` and `.clj_kondo` file extension as Clojure.
- Add XML file filter to GVim file browser.
- Moved unofficial Clojure file extension detection to an `after/ftdetect` plugin.
- Can be turned off with `let g:clojure_detect_unofficial_exts = 0`
- Maybe improve this at a later date.File tree
3 files changed
+7
-3
lines changed- after/ftdetect
- ftdetect
- ftplugin
3 files changed
+7
-3
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + |
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 | - | ||
70 | + | ||
71 | 71 |
| |
72 | - | ||
72 | + | ||
73 | + | ||
73 | 74 |
| |
74 | 75 |
| |
75 | 76 |
| |
|
0 commit comments