Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(44)

Unified Diff: tools/gn/misc/vim/syntax/gn.vim

Issue 1361173004: [GN]: Add asmflags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Brett’s comments Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('k') | tools/gn/ninja_binary_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/misc/vim/syntax/gn.vim
diff --git a/tools/gn/misc/vim/syntax/gn.vim b/tools/gn/misc/vim/syntax/gn.vim
index 334ffa699f8672a931c061e704f6c74284b985bf..d9757e35c85492456669ecd2f1247080228642b5 100644
--- a/tools/gn/misc/vim/syntax/gn.vim
+++ b/tools/gn/misc/vim/syntax/gn.vim
@@ -41,7 +41,7 @@ hi def link gnFunctions Macro
" Variables
syn keyword gnVariable all_dependent_configs allow_circular_includes_from
-syn keyword gnVariable args cflags cflags_c cflags_cc cflags_objc
+syn keyword gnVariable args asmflags cflags cflags_c cflags_cc cflags_objc
syn keyword gnVariable cflags_objcc check_includes complete_static_lib
syn keyword gnVariable configs data data_deps defines depfile deps
syn keyword gnVariable forward_dependent_configs_from include_dirs inputs
« no previous file with comments | « tools/gn/misc/tm/GN.tmLanguage ('k') | tools/gn/ninja_binary_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698