mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Replace [\/] with [\\/]
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
filetype: git-commit
|
filetype: git-commit
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: '^(.*[\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG)$'
|
filename: '^(.*[\\/])?(COMMIT_EDITMSG|TAG_EDITMSG|MERGE_MSG)$'
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# File changes
|
# File changes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
filetype: git-config
|
filetype: git-config
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: 'git(config|modules)$|^(.*[\/])?\.?git[\/]config$'
|
filename: 'git(config|modules)$|^(.*[\\/])?\.?git[\\/]config$'
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- constant: "\\<(true|false)\\>"
|
- constant: "\\<(true|false)\\>"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
filetype: git-rebase-todo
|
filetype: git-rebase-todo
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: '^(.*[\/])?git\-rebase\-todo$'
|
filename: '^(.*[\\/])?git\-rebase\-todo$'
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
# Rebase commands
|
# Rebase commands
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
filetype: ruby
|
filetype: ruby
|
||||||
|
|
||||||
detect:
|
detect:
|
||||||
filename: '\.(rb|rake|gemspec)$|^(.*[\/])?(Gemfile|config.ru|Rakefile|Capfile|Vagrantfile|Guardfile|Appfile|Fastfile|Pluginfile|Podfile|\.?[Bb]rewfile)$'
|
filename: '\.(rb|rake|gemspec)$|^(.*[\\/])?(Gemfile|config.ru|Rakefile|Capfile|Vagrantfile|Guardfile|Appfile|Fastfile|Pluginfile|Podfile|\.?[Bb]rewfile)$'
|
||||||
header: "^#!.*/(env +)?ruby( |$)"
|
header: "^#!.*/(env +)?ruby( |$)"
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user