Home | History | Annotate | Download | only in js

Lines Matching refs:go

1742 //third_party/javascript/google_code_prettify/src/lang-go.js
1761 * Registers a language handler for the Go language..
1766 * Go uses a minimal style for highlighting so the below does not distinguish
1768 * From a discussion with the Go designers:
1779 * > Like http://golang.org/pkg/go/scanner/ where comments are blue and all
1800 ['go']);
1985 [PR['PR_KEYWORD'], /^(?:block|c[ad]+r|catch|con[ds]|def(?:ine|un)|do|eq|eql|equal|equalp|eval-when|flet|format|go|if|labels|lambda|let|load-time-value|locally|macrolet|multiple-value-call|nil|progn|progv|quote|require|return-from|setq|symbol-macrolet|t|tagbody|the|throw|unwind)\b/, null],