Searched +refs:next +refs:error +refs:highlight +refs:no +refs:select (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dprogress.vim41 " but I found it more helpful to highlight them in a different color.
51 " If you like to highlight the whole line of
67 syn keyword ProgressReserved disp[lay] distinct dos down drop editing enable encode entry error-stat[us] escape etime except exclusive
69 syn keyword ProgressReserved find-global find-next-occurrence find-prev-occurrence find-select find-wrap-around first first-of focus font form form[at]
75 syn keyword ProgressReserved map member message message-lines mouse mpe new next next-prompt no no-attr[-space] no
[all...]
H A Dsqr.vim10 " highlight entire open '... literal when it contains
48 syn keyword sqrParagraph begin-document begin-execute begin-select
54 syn keyword sqrParagraph end-document end-select exit-select end-sql
76 syn keyword sqrReserved $sql-error $sqr-hostname {sqr-hostname}
93 syn keyword sqrCommand multiply new-page new-report next-column
94 syn keyword sqrCommand next-listing no-formfeed open page-number
140 syn keyword sqrParam no-advance nolf noline noprompt normal not
142 syn keyword sqrParam on-error o
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A Dinspector.css393 background-repeat: no-repeat;
453 .toolbar-search-navigation.toolbar-search-navigation-next {
458 .toolbar-search-navigation.toolbar-search-navigation-next.enabled:active {
780 .status-bar select.status-bar-item:active,
804 .status-bar-select-container {
807 background-repeat: no-repeat;
814 select.status-bar-item {
828 select.status-bar-item, select.status-bar-item:hover {
904 #error
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js49 console.error('dropping module because define wasn\'t a string.');
577 throw new TypeError("reduce of empty array with no initial value");
591 throw new TypeError("reduce of empty array with no initial value");
616 throw new TypeError("reduceRight of empty array with no initial value");
629 throw new TypeError("reduceRight of empty array with no initial value");
1963 var highlight;
1966 highlight = this.getCursorPosition();
1969 if (session.$highlightLineMarker && !highlight) {
1972 } else if (!session.$highlightLineMarker && highlight) {
1973 var range = new Range(highlight
[all...]

Completed in 208 milliseconds