Actualizacion maquina principal
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / filename-regex / index.js
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/index.js b/.config/coc/extensions/node_modules/coc-prettier/node_modules/filename-regex/index.js
new file mode 100644 (file)
index 0000000..bb1888b
--- /dev/null
@@ -0,0 +1,10 @@
+/*!
+ * filename-regex <https://github.com/regexps/filename-regex>
+ *
+ * Copyright (c) 2014-2015, Jon Schlinkert
+ * Licensed under the MIT license.
+ */
+
+module.exports = function filenameRegex() {
+  return /([^\\\/]+)$/;
+};