Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: Jiří Techet techet@gmail.com Date: Sun, 12 Mar 2023 22:31:54 UTC Commit: 04938a38ac5cab5963227132a75975dae192aafc https://github.com/geany/geany/commit/04938a38ac5cab5963227132a75975dae192aa...
Log Message: ----------- Reword "wordchars" description using the description from the manual
Modified Paths: -------------- data/filedefs/filetypes.CUDA.conf data/filedefs/filetypes.Clojure.conf data/filedefs/filetypes.Genie.conf data/filedefs/filetypes.Graphviz.conf data/filedefs/filetypes.Scala.conf data/filedefs/filetypes.Swift.conf data/filedefs/filetypes.TypeScript.conf data/filedefs/filetypes.abaqus data/filedefs/filetypes.actionscript data/filedefs/filetypes.ada data/filedefs/filetypes.asm data/filedefs/filetypes.batch data/filedefs/filetypes.c data/filedefs/filetypes.caml data/filedefs/filetypes.cmake data/filedefs/filetypes.cobol data/filedefs/filetypes.conf data/filedefs/filetypes.cpp data/filedefs/filetypes.cs data/filedefs/filetypes.css data/filedefs/filetypes.d data/filedefs/filetypes.diff data/filedefs/filetypes.docbook data/filedefs/filetypes.erlang data/filedefs/filetypes.f77 data/filedefs/filetypes.forth data/filedefs/filetypes.fortran data/filedefs/filetypes.freebasic data/filedefs/filetypes.glsl data/filedefs/filetypes.go data/filedefs/filetypes.haskell data/filedefs/filetypes.haxe data/filedefs/filetypes.html data/filedefs/filetypes.java data/filedefs/filetypes.javascript data/filedefs/filetypes.latex data/filedefs/filetypes.lisp data/filedefs/filetypes.lua data/filedefs/filetypes.makefile data/filedefs/filetypes.matlab data/filedefs/filetypes.nsis data/filedefs/filetypes.objectivec data/filedefs/filetypes.pascal data/filedefs/filetypes.perl data/filedefs/filetypes.php data/filedefs/filetypes.po data/filedefs/filetypes.powershell data/filedefs/filetypes.python.in data/filedefs/filetypes.r data/filedefs/filetypes.restructuredtext data/filedefs/filetypes.ruby data/filedefs/filetypes.sh data/filedefs/filetypes.smalltalk data/filedefs/filetypes.sql data/filedefs/filetypes.tcl data/filedefs/filetypes.vala data/filedefs/filetypes.verilog data/filedefs/filetypes.vhdl data/filedefs/filetypes.xml data/filedefs/filetypes.yaml
Modified: data/filedefs/filetypes.CUDA.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,8 @@ tag_parser=CUDA # default extension used when saving files extension=cu
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Clojure.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -11,7 +11,8 @@ extension=clj lexer_filetype=Lisp tag_parser=Clojure
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Genie.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -19,7 +19,8 @@ tag_parser=Python # default extension used when saving files extension=gs
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Graphviz.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,8 @@ extension=gv # MIME type mime_type=text/vnd.graphviz
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Scala.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -21,7 +21,8 @@ extension=scala # MIME type mime_type=text/x-scala
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.Swift.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -19,7 +19,8 @@ extension=swift # MIME type mime_type=text/x-swift
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.TypeScript.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,8 @@ tag_parser=TypeScript # MIME type mime_type=text/x-typescript
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.abaqus 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -19,7 +19,8 @@ arguments=elset engineering inc input line material name nset pin tie type write # default extension used when saving files extension=inp
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.actionscript 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -16,7 +16,8 @@ extension=as # MIME type mime_type=application/ecmascript
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.ada 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -26,7 +26,8 @@ extension=adb # MIME type mime_type=text/x-adasrc
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.asm 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -30,7 +30,8 @@ directives=org list nolist page equivalent word text # default extension used when saving files extension=asm
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.batch 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -19,7 +19,8 @@ keywords_optional= # default extension used when saving files extension=bat
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.c 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -49,7 +49,8 @@ extension=c # MIME type mime_type=text/x-csrc
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.caml 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -31,7 +31,8 @@ extension=ml # MIME type mime_type=text/x-ocaml
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cmake 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -31,7 +31,8 @@ extension=cmake # MIME type mime_type=text/x-cmake
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cobol 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -25,7 +25,8 @@ extension=cob # MIME type mime_type=text/x-cobol
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.conf 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -17,7 +17,8 @@ lexer.props.allow.initial.spaces=0 # default extension used when saving files extension=conf
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cpp 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -19,7 +19,8 @@ extension=cpp # MIME type mime_type=text/x-c++src
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.cs 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,8 @@ # MIME type mime_type=text/x-csharp
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.css 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -46,7 +46,8 @@ extension=css # MIME type mime_type=text/css
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_-abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.d 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -38,7 +38,8 @@ extension=d # MIME type mime_type=text/x-dsrc
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.diff 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -26,7 +26,8 @@ extension=diff # MIME type mime_type=text/x-patch
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# only the text before the first --- is a comment
Modified: data/filedefs/filetypes.docbook 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -48,7 +48,8 @@ extension=docbook # MIME type mime_type=application/docbook+xml
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.erlang 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -48,7 +48,8 @@ extension=erl # MIME type mime_type=text/x-erlang
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.f77 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -31,7 +31,8 @@ primary=access action advance allocatable allocate apostrophe assign assignment # MIME type mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.forth 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -27,7 +27,8 @@ preword2=! c! @ c@ 2! 2@ and or xor invert negate / /mod mod rshift lshift # default extension used when saving files extension=fs
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.fortran 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -15,7 +15,8 @@ extension=f90 # MIME type mime_type=text/x-fortran
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.freebasic 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -37,7 +37,8 @@ user2= # default extension used when saving files extension=bas
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.glsl 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -16,7 +16,8 @@ lexer_filetype=C # default extension used when saving files extension=glsl
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.go 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,8 @@ extension=go # MIME type mime_type=text/x-go
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.haskell 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -47,7 +47,8 @@ extension=hs # MIME type mime_type=text/x-haskell
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.haxe 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -16,7 +16,8 @@ lexer.cpp.track.preprocessor=0 # default extension used when saving files extension=hx
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.html 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -99,7 +99,8 @@ # MIME type mime_type=text/html
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: data/filedefs/filetypes.java 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -17,7 +17,8 @@ # MIME type mime_type=text/x-java
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.javascript 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -17,7 +17,8 @@ extension=js # MIME type mime_type=application/javascript
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.latex 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -28,7 +28,8 @@ extension=tex # MIME type mime_type=text/x-tex
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.lisp 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -23,7 +23,8 @@ special_keywords=always and appending array-dimension-limit array-rank-limit arr # default extension used when saving files extension=lisp
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.lua 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -45,7 +45,8 @@ extension=lua # MIME type mime_type=text/x-lua
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.makefile 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -16,7 +16,8 @@ extension=mak # MIME type mime_type=text/x-makefile
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.matlab 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -22,7 +22,8 @@ extension=m # MIME type mime_type=text/x-matlab
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.nsis 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -36,7 +36,8 @@ nsis.ignorecase=1 # default extension used when saving files extension=nsi
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.objectivec 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -18,7 +18,8 @@ extension=m # MIME type mime_type=text/x-objc
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.pascal 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -33,7 +33,8 @@ extension=pas # MIME type mime_type=text/x-pascal
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.perl 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -64,7 +64,8 @@ # MIME type mime_type=application/x-perl
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.php 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -13,7 +13,8 @@ # MIME type mime_type=application/x-php
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# these comments are used for PHP, the comments used in HTML are in filetypes.xml
Modified: data/filedefs/filetypes.po 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -25,7 +25,8 @@ extension=po # MIME type mime_type=text/x-gettext-translation
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.powershell 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -32,7 +32,8 @@ user1= # default extension used when saving files extension=ps1
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.python.in 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -42,7 +42,8 @@ extension=py # MIME type mime_type=text/x-python
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comment char, like # in this file
Modified: data/filedefs/filetypes.r 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -27,7 +27,8 @@ package_other= # default extension used when saving files extension=R
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.restructuredtext 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -9,7 +9,8 @@ extension=rst # MIME type mime_type=text/x-rst
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.ruby 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -48,7 +48,8 @@ extension=rb # MIME type mime_type=application/x-ruby
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.sh 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -27,7 +27,8 @@ extension=sh # MIME type mime_type=application/x-shellscript
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.smalltalk 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -30,7 +30,8 @@ extension=st # MIME type mime_type=text/x-smalltalk
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.sql 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -32,7 +32,8 @@ extension=sql # MIME type mime_type=text/x-sql
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.tcl 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -36,7 +36,8 @@ extension=tcl # MIME type mime_type=text/x-tcl
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.vala 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -20,7 +20,8 @@ extension=vala # MIME type mime_type=text/x-vala
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.verilog 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -35,7 +35,8 @@ extension=v # MIME type mime_type=text/x-verilog
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.vhdl 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -35,7 +35,8 @@ extension=vhd # MIME type mime_type=text/x-vhdl
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.xml 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -10,7 +10,8 @@ extension=xml # MIME type mime_type=application/xml
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
Modified: data/filedefs/filetypes.yaml 3 lines changed, 2 insertions(+), 1 deletions(-) =================================================================== @@ -24,7 +24,8 @@ extension=yaml # MIME type mime_type=application/x-yaml
-# the following characters are these which a "word" can contains, see documentation +# these characters define word boundaries when making selections and searching +# using word matching options #wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
# single comments, like # in this file
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).