summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2015-11-04 09:44:05 +0000
committerMaxime Coste <frrrwww@gmail.com>2015-11-04 09:44:05 +0000
commit9b90e6ec023795218e13ebfa688e596cd8ba37aa (patch)
treed52589d215f70067033055c1aa223435dd9da0ab
parent719997f0abb4460e656ddc0235cc4ddbd7bc854e (diff)
parentd8f034fbad0ad5ef6ede800d7d9b788c3cae7cad (diff)
Merge remote-tracking branch 'ekie/fix_coding_style'
-rw-r--r--doc/coding-style.asciidoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/coding-style.asciidoc b/doc/coding-style.asciidoc
index b6e126ef..043b1bea 100644
--- a/doc/coding-style.asciidoc
+++ b/doc/coding-style.asciidoc
@@ -5,8 +5,9 @@ Kakoune is written in C++11, here are the main coding style points:
* Avoid external dependencies besides posix/stdc++/ncurses
- - That means avoid depending on boost, it is only allowed for regex
- support until stdc++ regex are more widely available.
+ - That means avoid depending on boost, it is only allowed for the regex
+ implementation. The reference for the current regex support is available under
+ http://www.boost.org/doc/libs/1_59_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html[Perl Regular Expression Syntax].
* 4 spaces for indentation, no tabs