Lines Matching refs:This

43 This isn't required in the final syntax file, but very useful when
64 This also can be used to list clusters (explained in |44.8|). Just include
100 This example uses the group names "xType" and "xStatement". By convention,
102 This example defines syntax for the x language (eXample language without an
113 This tells Vim to highlight "xType" like "Type" and "xStatement" like
122 The x language uses the '-' character in keywords. This is how it's done:
137 This doesn't match "nextone", keywords always match whole words only.
143 identifiers. To do this, you define a match syntax item. This one matches
180 This creates a problem: The double quotation marks in the middle of the string
212 This indicates that the xTodo syntax element is inside it. The result is that
221 contain other code blocks. This can be defined this way: >
237 with the end pattern of the region. This ends the nested xBlock. Because the
263 continues. This is after the end of the line has been seen, so the next
266 end of line, use the "keepend" argument. This takes care of
300 highlighting. This is how you can do this: >
306 The "nextgroup" argument specifies which item can come next. This is not
334 "matchgroup" argument. This tells Vim to highlight the start and end of a
355 sure the () highlighting stops at the matching ). This is one way to do this:
369 This avoids that the cCondNest group matches the ( just after the "while" or
384 This defines an offset for the start of the match. Normally the match starts
405 This defines a region that starts at "if" and ends at "then". But if there is
418 This starts with a # in the first column and continues until the end of the
496 This makes the C parts of the C++ syntax be defined like for C files. If you
504 This works just like in any other syntax file.
526 expands it to a full path (:p) and then takes the head (:h). This results in
527 the directory name of the file. This causes the pod.vim file in the same
536 The secret is the ":syntax sync" command. This tells Vim how to figure out
578 This tells Vim that when it sees {pattern} the syntax group named {group-name}
640 "c.vim". Place it in a directory near the end of 'runtimepath'. This makes